Files
devilution/Source/restrict.h
T
2018-06-20 05:17:44 -05:00

10 lines
196 B
C

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