diff options
| author | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
| commit | 88c01588aa0830e219eaa62588839e4d1e2883ce (patch) | |
| tree | 602bb27dd3399aab4aae8c19630e3b7a8dac824b /game/client/sound.hh | |
| parent | 99cf6cca8dbbc1e563c10cf0167432d3d8af9783 (diff) | |
| download | voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.tar.bz2 voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.zip | |
Clang-format the entire source code
Diffstat (limited to 'game/client/sound.hh')
| -rw-r--r-- | game/client/sound.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/game/client/sound.hh b/game/client/sound.hh index 05ea39f..2701ae0 100644 --- a/game/client/sound.hh +++ b/game/client/sound.hh @@ -26,10 +26,10 @@ void update(void); namespace sound { -void play_generic(const char *sound, bool looping, float pitch); -void play_entity(entt::entity entity, const char *sound, bool looping, float pitch); -void play_player(const char *sound, bool looping, float pitch); -void play_ui(const char *sound, bool looping, float pitch); +void play_generic(const char* sound, bool looping, float pitch); +void play_entity(entt::entity entity, const char* sound, bool looping, float pitch); +void play_player(const char* sound, bool looping, float pitch); +void play_ui(const char* sound, bool looping, float pitch); } // namespace sound namespace sound |
