Add include guards, prepare for XRef (#28)
Add definitions, other junk.
This commit is contained in:
parent
5772426a7c
commit
49a6f4f9fc
137 changed files with 324 additions and 1995 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "../types.h"
|
||||
|
||||
//----- (00452831) --------------------------------------------------------
|
||||
bool __cdecl SystemSupported()
|
||||
{
|
||||
bool v0; // di
|
||||
|
|
@ -20,7 +19,6 @@ bool __cdecl SystemSupported()
|
|||
return v0;
|
||||
}
|
||||
|
||||
//----- (00452885) --------------------------------------------------------
|
||||
bool __cdecl RestrictedTest()
|
||||
{
|
||||
bool v0; // si
|
||||
|
|
@ -45,7 +43,6 @@ bool __cdecl RestrictedTest()
|
|||
return v0;
|
||||
}
|
||||
|
||||
//----- (004528F7) --------------------------------------------------------
|
||||
bool __cdecl ReadOnlyTest()
|
||||
{
|
||||
bool v0; // si
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue