#include "stdafx.h"
#include "saveload.h"
#include "cheat_type.h"
Go to the source code of this file.
Functions | |
| void | InitializeCheats () |
| static void | Save_CHTS () |
| static void | Load_CHTS () |
| bool | CheatHasBeenUsed () |
| Return true if any cheat has been used, false otherwise. | |
Variables | |
| Cheats | _cheats |
| const ChunkHandler | _cheat_chunk_handlers [] |
Definition in file cheat.cpp.
| bool CheatHasBeenUsed | ( | ) |
Return true if any cheat has been used, false otherwise.
Definition at line 41 of file cheat.cpp.
References Cheat::been_used.
Referenced by SaveHighScoreValue().
| const ChunkHandler _cheat_chunk_handlers[] |
Initial value:
{
{ 'CHTS', Save_CHTS, Load_CHTS, CH_RIFF | CH_LAST}
}
1.5.6