0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-03-10 04:11:23 +00:00
Files
galaxyhaxz.devilution/2020_03_31/Source/restrict.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

10 lines
163 B
C

//HEADER_GOES_HERE
#ifndef __RESTRICT_H__
#define __RESTRICT_H__
BOOL SystemSupported();
BOOL RestrictedTest();
BOOL ReadOnlyTest();
#endif /* __RESTRICT_H__ */