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:
committed by
GitHub
parent
08bc58184a
commit
a55d21fccb
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user