From 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 11:44:43 +0200 Subject: more high level functions --- src/CutsceneMgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/CutsceneMgr.cpp (limited to 'src/CutsceneMgr.cpp') diff --git a/src/CutsceneMgr.cpp b/src/CutsceneMgr.cpp new file mode 100644 index 00000000..598c48a1 --- /dev/null +++ b/src/CutsceneMgr.cpp @@ -0,0 +1,5 @@ +#include "common.h" +#include "patcher.h" +#include "CutsceneMgr.h" + +bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F; -- cgit v1.2.3