summaryrefslogtreecommitdiff
path: root/src/cheat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cheat.cpp')
-rw-r--r--src/cheat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cheat.cpp b/src/cheat.cpp
index a0df14982..f8dae235f 100644
--- a/src/cheat.cpp
+++ b/src/cheat.cpp
@@ -12,8 +12,10 @@
#include "stdafx.h"
#include "cheat_type.h"
+/** All the cheats. */
Cheats _cheats;
+/** Reinitialise all the cheats. */
void InitializeCheats()
{
memset(&_cheats, 0, sizeof(Cheats));