mirror of
https://github.com/halpz/re3.git
synced 2025-07-06 20:38:54 +00:00
cMusicManager, cDMAudio, radio position save/load, a few commands implemented
This commit is contained in:
@ -57,4 +57,5 @@ public:
|
||||
static void AttachObjectToFrame(CObject *pObject, CEntity *pAttachTo, const char *frame);
|
||||
static void AttachObjectToBone(CObject *pObject, CObject *pAttachTo, int frame);
|
||||
static void RemoveEverythingFromTheWorldForTheBiggestFuckoffCutsceneEver();
|
||||
static void DisableCutsceneShadows() { ms_useCutsceneShadows = false; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user