From 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 11:44:43 +0200 Subject: more high level functions --- src/Game.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Game.h') diff --git a/src/Game.h b/src/Game.h index 83a51fab..19a85a47 100644 --- a/src/Game.h +++ b/src/Game.h @@ -12,4 +12,8 @@ class CGame { public: static int &currLevel; + static bool &bDemoMode; + static bool &nastyGame; + + static void Process(void); }; -- cgit v1.2.3