diff options
Diffstat (limited to '')
-rw-r--r-- | src/CutsceneMgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h index 0bd79d10..0952c2fb 100644 --- a/src/CutsceneMgr.h +++ b/src/CutsceneMgr.h @@ -3,6 +3,9 @@ class CCutsceneMgr { static bool &ms_cutsceneProcessing; + public: static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; } + + static Bool &ms_running; }; |