mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 00:30:01 +00:00
the great reorganization
This commit is contained in:
parent
219a65b81a
commit
53023eb65b
150 changed files with 45 additions and 37 deletions
15
src/core/CutsceneMgr.h
Normal file
15
src/core/CutsceneMgr.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
class CDirectory;
|
||||
|
||||
class CCutsceneMgr
|
||||
{
|
||||
static bool &ms_running;
|
||||
static bool &ms_cutsceneProcessing;
|
||||
|
||||
public:
|
||||
static CDirectory *&ms_pCutsceneDir;
|
||||
|
||||
static bool IsRunning(void) { return ms_running; }
|
||||
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue