1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-01 00:05:56 +00:00
re3/src/CutsceneMgr.h

12 lines
187 B
C
Raw Normal View History

2019-05-31 09:44:43 +00:00
#pragma once
class CCutsceneMgr
{
static bool &ms_cutsceneProcessing;
2019-06-13 00:35:26 +00:00
2019-05-31 09:44:43 +00:00
public:
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
2019-06-13 00:35:26 +00:00
static Bool &ms_running;
2019-05-31 09:44:43 +00:00
};