1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-04 17:00:23 +02:00

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

View File

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