summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
authornmzik <nmzik@mail.ru>2019-10-19 00:23:40 +0200
committernmzik <nmzik@mail.ru>2019-10-19 00:23:40 +0200
commitf56684d04e06af21f423ad4bc1c47bc2b09fccea (patch)
tree27e8f9a501a2d909cae3b829d7c85cc91cb5f59f /src/core/Game.h
parentCPopulation::Initialise() (diff)
downloadre3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.gz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.bz2
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.lz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.xz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.zst
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.zip
Diffstat (limited to '')
-rw-r--r--src/core/Game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 3bc3e633..dca38bdb 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -30,6 +30,7 @@ public:
static void FinalShutdown(void);
static void ShutDownForRestart(void);
static void Process(void);
+ static void ReloadIPLs(void);
// NB: these do something on PS2
static void TidyUpMemory(bool, bool) {}