mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-22 12:34:59 +00:00
9 lines
163 B
C
9 lines
163 B
C
//HEADER_GOES_HERE
|
|
#ifndef __RESTRICT_H__
|
|
#define __RESTRICT_H__
|
|
|
|
BOOL SystemSupported();
|
|
BOOL RestrictedTest();
|
|
BOOL ReadOnlyTest();
|
|
|
|
#endif /* __RESTRICT_H__ */
|