diff options
Diffstat (limited to '')
-rw-r--r-- | src/Game.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Game.cpp b/src/Game.cpp new file mode 100644 index 00000000..7f9d86a0 --- /dev/null +++ b/src/Game.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "Game.h" + +int &CGame::currLevel = *(int*)0x941514; |