diff options
Diffstat (limited to 'src/cheat.cpp')
-rw-r--r-- | src/cheat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cheat.cpp b/src/cheat.cpp index a7e967a98..a0df14982 100644 --- a/src/cheat.cpp +++ b/src/cheat.cpp @@ -19,6 +19,10 @@ void InitializeCheats() memset(&_cheats, 0, sizeof(Cheats)); } +/** + * Return true if any cheat has been used, false otherwise + * @return has a cheat been used? + */ bool CheatHasBeenUsed() { /* Cannot use lengthof because _cheats is of type Cheats, not Cheat */ |