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() { + +} + +