mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-22 01:39:11 +00:00
Match and link CMidiManager
Former-commit-id: 6544d347a623a29d670c4f923da1aea09e16bf3a
This commit is contained in:
@@ -211,9 +211,12 @@ public:
|
||||
static CSfxHandle SfxStart(ushort id, short vol, short pan, bool useAcoustics,
|
||||
short prio = kMaxPriority, bool looped = false,
|
||||
int areaId = kAllAreas);
|
||||
static void SfxStop(CSfxHandle handle);
|
||||
static void SfxVolume(CSfxHandle handle, uchar volume);
|
||||
static void SfxSpan(CSfxHandle, uchar);
|
||||
|
||||
static bool IsPlaying(const CSfxHandle& handle);
|
||||
static void StopSound(CSfxHandle handle);
|
||||
|
||||
static void SetChannel(ESfxChannels);
|
||||
static void KillAll(ESfxChannels);
|
||||
|
||||
Reference in New Issue
Block a user