snd_SeqSound OK

This commit is contained in:
robojumper
2025-05-27 21:38:15 +02:00
parent a600b0c092
commit d6859dfd74
6 changed files with 83 additions and 13 deletions
+1
View File
@@ -253,6 +253,7 @@ namespace nw4r { namespace snd { namespace detail
void SetAutoStopCounter(int count);
void FadeIn(int fadeFrames);
bool GetStartedFlag() const { return mStartedFlag; }
u32 GetId() const { return mId; }
PlayerHeap *GetPlayerHeap() { return mPlayerHeap; }
SoundPlayer *GetSoundPlayer() { return mSoundPlayer; }