Add include guards, prepare for XRef (#28)

Add definitions, other junk.
This commit is contained in:
galaxyhaxz 2018-06-20 05:17:44 -05:00 committed by GitHub
commit 49a6f4f9fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
137 changed files with 324 additions and 1995 deletions

View file

@ -6,7 +6,6 @@ void *pSquareCel;
char dMonsDbg[17][112][112];
char dFlagDbg[17][112][112];
//----- (004086F4) --------------------------------------------------------
void __cdecl LoadDebugGFX()
{
if ( visiondebug )
@ -14,7 +13,6 @@ void __cdecl LoadDebugGFX()
}
// 525720: using guessed type int visiondebug;
//----- (0040870F) --------------------------------------------------------
void __cdecl FreeDebugGFX()
{
void *v0; // ecx
@ -24,7 +22,6 @@ void __cdecl FreeDebugGFX()
mem_free_dbg(v0);
}
//----- (00408721) --------------------------------------------------------
void __cdecl CheckDungeonClear()
{
int i;