1
0
Fork 0
devilution/Source/restrict.h

10 lines
196 B
C
Raw Permalink Normal View History

//HEADER_GOES_HERE
#ifndef __RESTRICT_H__
#define __RESTRICT_H__
2018-06-07 02:27:39 +00:00
bool __cdecl SystemSupported();
bool __cdecl RestrictedTest();
bool __cdecl ReadOnlyTest();
#endif /* __RESTRICT_H__ */