From e9076f22fe2a49d1cd8933e54b7b00c5dd943269 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 12 Sep 2025 13:33:52 +0500 Subject: It compiles --- game/client/world/voxel_sounds.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'game/client/world/voxel_sounds.hh') diff --git a/game/client/world/voxel_sounds.hh b/game/client/world/voxel_sounds.hh index 09f5e2e..d0f3e07 100644 --- a/game/client/world/voxel_sounds.hh +++ b/game/client/world/voxel_sounds.hh @@ -2,7 +2,7 @@ #include "core/resource/resource.hh" -#include "shared/world/voxel_registry.hh" +#include "shared/world/voxel.hh" struct SoundEffect; @@ -14,6 +14,6 @@ void shutdown(void); namespace world::voxel_sounds { -resource_ptr get_footsteps(voxel_surface surface); -resource_ptr get_placebreak(voxel_surface surface); +resource_ptr get_footsteps(VoxelMaterial material); +resource_ptr get_placebreak(VoxelMaterial material); } // namespace world::voxel_sounds -- cgit