mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:49:22 +00:00
Initial commit for Frontend.
Bug fixes: fix #40, fix #39, fix #38, fix #37, fix #21. Code organization and cleanup...
This commit is contained in:
parent
f07f411629
commit
e765dfe90a
19 changed files with 2489 additions and 551 deletions
|
@ -189,5 +189,7 @@ public:
|
|||
void ChangeMusicMode(uint8 mode);
|
||||
void PlayFrontEndSound(uint32, uint32);
|
||||
void PlayOneShot(int, uint16, float);
|
||||
int GetRadioInCar();
|
||||
uint8 IsMP3RadioChannelAvailable();
|
||||
};
|
||||
extern cDMAudio &DMAudio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue