mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 13:40:34 +00:00
More replay stuff
This commit is contained in:
parent
a87f3188e9
commit
cc731f4732
36 changed files with 717 additions and 49 deletions
|
@ -189,5 +189,11 @@ public:
|
|||
void ChangeMusicMode(uint8 mode);
|
||||
void PlayFrontEndSound(uint32, uint32);
|
||||
void PlayOneShot(int, uint16, float);
|
||||
int32 GetRadioInCar(void);
|
||||
void SetEffectsFadeVol(uint8);
|
||||
void SetMusicFadeVol(uint8);
|
||||
int32 CreateEntity(int, void*);
|
||||
void SetEntityStatus(int32, int8);
|
||||
void SetRadioInCar(int32);
|
||||
};
|
||||
extern cDMAudio &DMAudio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue