summaryrefslogtreecommitdiffstats
path: root/src/game/client/world/voxel_sounds.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/world/voxel_sounds.hh')
-rw-r--r--src/game/client/world/voxel_sounds.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/client/world/voxel_sounds.hh b/src/game/client/world/voxel_sounds.hh
index dc02cbd..1b14698 100644
--- a/src/game/client/world/voxel_sounds.hh
+++ b/src/game/client/world/voxel_sounds.hh
@@ -6,14 +6,14 @@
struct SoundEffect;
-namespace world::voxel_sounds
+namespace voxel_sounds
{
void init(void);
void shutdown(void);
-} // namespace world::voxel_sounds
+} // namespace voxel_sounds
-namespace world::voxel_sounds
+namespace voxel_sounds
{
resource_ptr<SoundEffect> get_footsteps(VoxelMaterial material);
resource_ptr<SoundEffect> get_placebreak(VoxelMaterial material);
-} // namespace world::voxel_sounds
+} // namespace voxel_sounds