more high level functions

This commit is contained in:
aap
2019-05-31 11:44:43 +02:00
parent f50cf32b87
commit 84204471a5
28 changed files with 415 additions and 24 deletions

5
src/CutsceneMgr.cpp Normal file
View File

@ -0,0 +1,5 @@
#include "common.h"
#include "patcher.h"
#include "CutsceneMgr.h"
bool &CCutsceneMgr::ms_cutsceneProcessing = *(bool*)0x95CD9F;