Match and link CMidiManager

Former-commit-id: 6544d347a623a29d670c4f923da1aea09e16bf3a
This commit is contained in:
2023-10-26 12:50:31 -07:00
parent 192dcb7a41
commit 6a56b467d7
9 changed files with 254 additions and 22 deletions

View File

@@ -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);