diff options
Diffstat (limited to 'src/Game.h')
-rw-r--r-- | src/Game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ public: static int &currLevel; static bool &bDemoMode; static bool &nastyGame; + static bool &frenchGame; + static bool &germanGame; static void Process(void); static Bool InitialiseOnceBeforeRW(void); |