summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CutsceneMgr.h')
-rw-r--r--src/CutsceneMgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h
index 0bd79d10..4b810114 100644
--- a/src/CutsceneMgr.h
+++ b/src/CutsceneMgr.h
@@ -2,7 +2,9 @@
class CCutsceneMgr
{
+ static bool &ms_running;
static bool &ms_cutsceneProcessing;
public:
+ static bool IsRunning(void) { return ms_running; }
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
};