mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 20:20:24 +00:00
Audio fixes
This commit is contained in:
@ -174,6 +174,9 @@ enum eSound : int16
|
||||
SOUND_TOTAL_PED_SOUNDS = 167,
|
||||
};
|
||||
|
||||
#define AEHANDLE_IS_FAILED(h) ((h)<0)
|
||||
#define AEHANDLE_IS_OK(h) ((h)>=0)
|
||||
|
||||
class cAudioScriptObject;
|
||||
class CEntity;
|
||||
enum eCrimeType;
|
||||
|
Reference in New Issue
Block a user