Update guiEngine.h

This commit is contained in:
Ian Giestas Pauli 2017-01-27 22:17:33 -02:00 committed by GitHub
parent 08bc58184a
commit a55d21fccb
1 changed files with 2 additions and 2 deletions

View File

@ -308,8 +308,8 @@ private:
s32 playSound(SimpleSoundSpec spec, bool looped);
/** stop playing a sound started with playSound() */
void stopSound(s32 handle);
void pauseSound(s32 handle);
void resumeSound(s32 handle);
};