summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CutsceneMgr.h')
-rw-r--r--src/CutsceneMgr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h
new file mode 100644
index 00000000..0bd79d10
--- /dev/null
+++ b/src/CutsceneMgr.h
@@ -0,0 +1,8 @@
+#pragma once
+
+class CCutsceneMgr
+{
+ static bool &ms_cutsceneProcessing;
+public:
+ static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
+};