From 6c2abde5c99a236453b795abaa6d7d70105e31f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 14:50:33 +0500 Subject: Just a big Ctrl+H refactoring --- src/game/client/world/voxel_sounds.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/game/client/world/voxel_sounds.hh') 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 get_footsteps(VoxelMaterial material); resource_ptr get_placebreak(VoxelMaterial material); -} // namespace world::voxel_sounds +} // namespace voxel_sounds -- cgit