diff options
| author | untodesu <kirill@untode.su> | 2025-12-26 22:32:38 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-12-26 22:32:38 +0500 |
| commit | 6bb4233d5b2a1688e63c947542e92ec5d5a857a6 (patch) | |
| tree | a1321e1f515e5a89949596d188c541e93144f43e /src/game/client/game.cc | |
| parent | 2103ce38edb160b2cc982b341535e1f147e66360 (diff) | |
| download | voxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.tar.bz2 voxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.zip | |
move sound code to io
Diffstat (limited to 'src/game/client/game.cc')
| -rw-r--r-- | src/game/client/game.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/client/game.cc b/src/game/client/game.cc index 9ade30f..6219ff9 100644 --- a/src/game/client/game.cc +++ b/src/game/client/game.cc @@ -63,11 +63,10 @@ #include "client/io/gamepad.hh" #include "client/io/glfw.hh" +#include "client/io/sound.hh" #include "client/resource/texture_gui.hh" -#include "client/sound/sound.hh" - #include "client/world/chunk_mesher.hh" #include "client/world/chunk_renderer.hh" #include "client/world/chunk_visibility.hh" |
