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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue