mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 16:59:10 +00:00
@@ -94,8 +94,8 @@ public:
|
||||
|
||||
static void PitchBend(CSfxHandle handle, int pitch);
|
||||
|
||||
static CSfxHandle SfxStart(ushort id, uchar vol, uchar pan, bool useAcoustics, short prio,
|
||||
bool looped, int areaId);
|
||||
static CSfxHandle SfxStart(ushort id, short vol, short pan, bool useAcoustics, short prio = kMaxPriority,
|
||||
bool looped = false, int areaId = kAllAreas);
|
||||
static bool IsPlaying(const CSfxHandle& handle);
|
||||
|
||||
static void SetChannel(ESfxChannels);
|
||||
|
||||
Reference in New Issue
Block a user