mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 09:10:35 +00:00
cMusicManager, cDMAudio, radio position save/load, a few commands implemented
This commit is contained in:
parent
9b47625115
commit
4f4b1f9145
21 changed files with 1418 additions and 753 deletions
|
@ -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; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue