diff options
author | aap <aap@papnet.eu> | 2020-12-20 19:13:58 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-20 19:13:58 +0100 |
commit | 43b4c8dd335ecf0948d5da1218c2298d2c043cb7 (patch) | |
tree | a9b5dd2649c084338ff9557893a5d675203629e8 /src/core/Game.h | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.gz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.bz2 re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.lz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.xz re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.tar.zst re3-43b4c8dd335ecf0948d5da1218c2298d2c043cb7.zip |
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index b55793af..002033a0 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -30,7 +30,11 @@ public: static void ShutdownRenderWare(void); static bool InitialiseOnceAfterRW(void); static void FinalShutdown(void); +#if GTA_VERSION <= GTA3_PS2_160 + static bool Initialise(void); +#else static bool Initialise(const char *datFile); +#endif static bool ShutDown(void); static void ReInitGameObjectVariables(void); static void ReloadIPLs(void); |