mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 12:20:33 +00:00
Noskillx's PR + fix .set loading
This commit is contained in:
parent
70fa4ab79c
commit
c483a044b5
10 changed files with 90 additions and 76 deletions
|
@ -7,6 +7,9 @@
|
|||
#define AEHANDLE_IS_FAILED(h) ((h)<0)
|
||||
#define AEHANDLE_IS_OK(h) ((h)>=0)
|
||||
|
||||
#define NO_AUDIO_PROVIDER -3
|
||||
#define AUDIO_PROVIDER_NOT_DETERMINED -99
|
||||
|
||||
class cAudioScriptObject;
|
||||
class CEntity;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue