summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.h
blob: 0bd79d10dff758cdf5f04f9ca772ec4cbb3f8ce4 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

class CCutsceneMgr
{
	static bool &ms_cutsceneProcessing;
public:
	static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
};