84204471
75bca8e3
1 2 3 4 5
6
7 8
9 10
11
#pragma once class CCutsceneMgr { static bool &ms_cutsceneProcessing; public: static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; } static Bool &ms_running; };