mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 13:59:59 +00:00
Refactoring
This commit is contained in:
parent
6362ceeff3
commit
45ead4d0bf
2 changed files with 44 additions and 44 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
static bool IsRunning(void) { return ms_running; }
|
||||
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
||||
static CCutsceneObject* GetCutsceneObject(int id) { return ms_pCutsceneObjects[id]; }
|
||||
static int GetCutsceneTimeInMilleseconds() { return 1000.0f * ms_cutsceneTimer; }
|
||||
static int GetCutsceneTimeInMilleseconds(void) { return 1000.0f * ms_cutsceneTimer; }
|
||||
static char *GetCutsceneName(void) { return ms_cutsceneName; }
|
||||
static bool HasCutsceneFinished(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue