Use "BOOLEAN" instead of "bool"
bool is not defined in C
This commit is contained in:
parent
cd2c434c15
commit
ab3a6208d2
62 changed files with 402 additions and 402 deletions
|
|
@ -16,7 +16,7 @@ void __cdecl TakeGoldCheat();
|
|||
void __cdecl MaxSpellsCheat();
|
||||
void __fastcall SetSpellLevelCheat(char spl, int spllvl);
|
||||
void __cdecl SetAllSpellsCheat();
|
||||
void __fastcall PrintDebugPlayer(bool bNextPlayer);
|
||||
void __fastcall PrintDebugPlayer(BOOLEAN bNextPlayer);
|
||||
void __cdecl PrintDebugQuest();
|
||||
void __fastcall PrintDebugMonster(int m);
|
||||
void __cdecl GetDebugMonster();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue