mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 08:50:22 +02:00
Fixed identation issue in guiEngine.h
This commit is contained in:
committed by
GitHub
parent
dc9deeb213
commit
7e267a41c9
@ -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);
|
||||
void pauseSound(s32 handle);
|
||||
void resumeSound(s32 handle);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user