diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-06-13 03:35:26 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-06-13 03:35:26 +0300 |
commit | 75bca8e31eef877cc6df83146c665f86ad6f8583 (patch) | |
tree | eed79ac6f6bdee9d914e283266bf4b7aee56c6a6 /src/CutsceneMgr.h | |
parent | 292fd5ad2494fd8cbd500ad0b82bb51620e9fe5c (diff) |
CPad done
Diffstat (limited to 'src/CutsceneMgr.h')
-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; }; |