mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 10:30:34 +00:00
started making frontend accurate to game
This commit is contained in:
parent
c6afa42f9b
commit
424487854b
6 changed files with 423 additions and 443 deletions
|
@ -192,9 +192,9 @@ public:
|
|||
void PlayFrontEndTrack(uint32, uint32);
|
||||
void StopFrontEndTrack();
|
||||
void PlayOneShot(int32 audioentity, uint16 sound/*eSound*/, float);
|
||||
void SetMusicMasterVolume(int8);
|
||||
void SetEffectsMasterVolume(int8);
|
||||
int8 SetCurrent3DProvider(int8);
|
||||
void SetMusicMasterVolume(uint8);
|
||||
void SetEffectsMasterVolume(uint8);
|
||||
uint8 SetCurrent3DProvider(uint8);
|
||||
int32 SetSpeakerConfig(int32);
|
||||
int32 GetRadioInCar(void);
|
||||
void SetEffectsFadeVol(uint8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue