some more little ps2 fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user