Add Alot
This commit is contained in:
@@ -58,3 +58,6 @@ void SoundEffect::PauseAll() {
|
||||
void SoundEffect::ResumeAll() {
|
||||
Mix_Resume(-1);
|
||||
}
|
||||
bool SoundEffect::IsPlaying() const {
|
||||
return Mix_Playing(m_Channel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user