From 75bca8e31eef877cc6df83146c665f86ad6f8583 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Thu, 13 Jun 2019 03:35:26 +0300 Subject: CPad done --- src/CutsceneMgr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CutsceneMgr.h') 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; }; -- cgit v1.2.3