summaryrefslogtreecommitdiffstats
path: root/game/client/world/voxel_sounds.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/world/voxel_sounds.hh')
-rw-r--r--game/client/world/voxel_sounds.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/game/client/world/voxel_sounds.hh b/game/client/world/voxel_sounds.hh
deleted file mode 100644
index d0f3e07..0000000
--- a/game/client/world/voxel_sounds.hh
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include "core/resource/resource.hh"
-
-#include "shared/world/voxel.hh"
-
-struct SoundEffect;
-
-namespace world::voxel_sounds
-{
-void init(void);
-void shutdown(void);
-} // namespace world::voxel_sounds
-
-namespace world::voxel_sounds
-{
-resource_ptr<SoundEffect> get_footsteps(VoxelMaterial material);
-resource_ptr<SoundEffect> get_placebreak(VoxelMaterial material);
-} // namespace world::voxel_sounds