This commit is contained in:
Bram Verhulst
2024-06-09 22:03:29 +02:00
parent d7389411f5
commit 5f1dcd5788
76 changed files with 1532 additions and 385 deletions

View File

@@ -20,6 +20,8 @@ public:
static void PauseAll( );
static void ResumeAll( );
bool IsPlaying() const;
private:
Mix_Chunk* m_pMixChunk;
int m_Channel;