summaryrefslogtreecommitdiffstats
path: root/src/Game.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-02 10:25:55 +0200
committerGitHub <noreply@github.com>2019-06-02 10:25:55 +0200
commit9c26e46e17b421288f7653f4c9cff81b4b6cdfb0 (patch)
treec1b34122ddd4be0461a5310c964e8218b9f5781e /src/Game.h
parentimplemented splashes; fixed zones (diff)
parentMerge branch 'master' into master (diff)
downloadre3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.gz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.bz2
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.lz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.xz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.zst
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.zip
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Game.h b/src/Game.h
index f1404347..0d8dbd53 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -16,10 +16,15 @@ public:
static bool &nastyGame;
static bool &frenchGame;
static bool &germanGame;
+ static bool &noProstitutes;
static void Process(void);
static Bool InitialiseOnceBeforeRW(void);
static Bool InitialiseRenderWare(void);
static void ShutdownRenderWare(void);
static void FinalShutdown(void);
+ static void ShutDown(void);
+ static void ShutDownForRestart(void);
+ static void InitialiseWhenRestarting(void);
+ static Bool InitialiseOnceAfterRW(void);
};