23 memset(&_cheats, 0,
sizeof(
Cheats));
36 for (; cht != cht_last; cht++) {
bool CheatHasBeenUsed()
Return true if any cheat has been used, false otherwise.
bool been_used
has this cheat been used before?
Types related to cheating.
WARNING! Do not remove entries in Cheats struct or change the order of the existing ones! Would break...
Definition of base types and functions in a cross-platform compatible way.
A number of safeguards to prevent using unsafe methods.
void InitializeCheats()
Reinitialise all the cheats.
Info about each of the cheats.
Cheats _cheats
All the cheats.