more high level functions
This commit is contained in:
8
src/CutsceneMgr.h
Normal file
8
src/CutsceneMgr.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
class CCutsceneMgr
|
||||
{
|
||||
static bool &ms_cutsceneProcessing;
|
||||
public:
|
||||
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
|
||||
};
|
||||
Reference in New Issue
Block a user