From 253493c5ce1313f3e8dfc06bd1ddafbd62f141f9 Mon Sep 17 00:00:00 2001 From: Steven Cherry Date: Thu, 16 May 2013 15:43:06 -0500 Subject: [PATCH] Add more --- Core/CwCheat.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Core/CwCheat.cpp diff --git a/Core/CwCheat.cpp b/Core/CwCheat.cpp new file mode 100644 index 0000000000..8749e8f96c --- /dev/null +++ b/Core/CwCheat.cpp @@ -0,0 +1,10 @@ +#include "CwCheat.h" +#include "Config.h" +#include "UI\MenuScreens.cpp" +using namespace std; + +void runCheats() { + +} + +