mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
10 lines
172 B
C
10 lines
172 B
C
//HEADER_GOES_HERE
|
|
#ifndef __RESTRICT_H__
|
|
#define __RESTRICT_H__
|
|
|
|
BOOL SystemSupported();
|
|
BOOL RestrictedTest();
|
|
BOOL ReadOnlyTest();
|
|
|
|
#endif /* __RESTRICT_H__ */
|