diff options
| author | untodesu <kirill@untode.su> | 2025-06-29 23:15:00 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-29 23:15:00 +0500 |
| commit | d549135c8050b1a2ecc572bc7305b6769e9baebd (patch) | |
| tree | a545902465f6d5cdae6f2a8f4bef0535f3fdb65c /src/game/client/voxel_sounds.hh | |
| parent | e98d38816e0b4cd75265ec741b4dc4d8b144ed25 (diff) | |
| download | voxelius-d549135c8050b1a2ecc572bc7305b6769e9baebd.tar.bz2 voxelius-d549135c8050b1a2ecc572bc7305b6769e9baebd.zip | |
Sanity commit: replace deinit with shutdown
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 |
