Use "BOOLEAN" instead of "bool"

bool is not defined in C
This commit is contained in:
Anders Jenbo 2018-11-26 12:35:03 +01:00
commit ab3a6208d2
62 changed files with 402 additions and 402 deletions

View file

@ -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();