diff options
Diffstat (limited to 'src/game/client/voxel_sounds.hh')
| -rw-r--r-- | src/game/client/voxel_sounds.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
