diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 20:10:12 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-03-30 20:10:12 +0300 |
| commit | 2607a91d87270709db4303ee8cb9011e2d9146ad (patch) | |
| tree | 611cf59f1c46b60908057affe8d86eb9b39a23ad /src/core/Game.h | |
| parent | Add russian lang support (diff) | |
| parent | Merge pull request #366 from Nick007J/master (diff) | |
| download | re3-2607a91d87270709db4303ee8cb9011e2d9146ad.tar.gz | |
Merge remote-tracking branch 'origin/master' into MoreLanguages
Diffstat (limited to 'src/core/Game.h')
| -rw-r--r-- | src/core/Game.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 991c8718..318ff54b 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -23,19 +23,20 @@ public: static bool &playingIntro; static char *aDatFile; //[32]; - static bool Initialise(const char *datFile); static bool InitialiseOnceBeforeRW(void); static bool InitialiseRenderWare(void); - static bool InitialiseOnceAfterRW(void); - static void InitialiseWhenRestarting(void); - static void ShutDown(void); static void ShutdownRenderWare(void); + static bool InitialiseOnceAfterRW(void); static void FinalShutdown(void); + static bool Initialise(const char *datFile); + static bool ShutDown(void); + static void ReInitGameObjectVariables(void); + static void ReloadIPLs(void); static void ShutDownForRestart(void); + static void InitialiseWhenRestarting(void); static void Process(void); - static void ReloadIPLs(void); - + // NB: these do something on PS2 - static void TidyUpMemory(bool, bool) {} - static void DrasticTidyUpMemory(void) {} + static void TidyUpMemory(bool, bool); + static void DrasticTidyUpMemory(bool); }; |
