From d549135c8050b1a2ecc572bc7305b6769e9baebd Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:15:00 +0500 Subject: Sanity commit: replace deinit with shutdown --- src/game/client/voxel_sounds.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/voxel_sounds.hh') diff --git a/src/game/client/voxel_sounds.hh b/src/game/client/voxel_sounds.hh index 37e1fe9..86a5e99 100644 --- a/src/game/client/voxel_sounds.hh +++ b/src/game/client/voxel_sounds.hh @@ -11,7 +11,7 @@ struct SoundEffect; namespace voxel_sounds { void init(void); -void deinit(void); +void shutdown(void); } // namespace voxel_sounds namespace voxel_sounds -- cgit