summaryrefslogtreecommitdiffstats
path: root/src/game/shared/game.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-06-29 23:15:00 +0500
committeruntodesu <kirill@untode.su>2025-06-29 23:15:00 +0500
commitd549135c8050b1a2ecc572bc7305b6769e9baebd (patch)
treea545902465f6d5cdae6f2a8f4bef0535f3fdb65c /src/game/shared/game.hh
parente98d38816e0b4cd75265ec741b4dc4d8b144ed25 (diff)
downloadvoxelius-d549135c8050b1a2ecc572bc7305b6769e9baebd.tar.bz2
voxelius-d549135c8050b1a2ecc572bc7305b6769e9baebd.zip
Sanity commit: replace deinit with shutdown
Diffstat (limited to 'src/game/shared/game.hh')
-rw-r--r--src/game/shared/game.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/shared/game.hh b/src/game/shared/game.hh
index a9d79e4..06c1f51 100644
--- a/src/game/shared/game.hh
+++ b/src/game/shared/game.hh
@@ -5,7 +5,7 @@
namespace shared_game
{
void init(int argc, char** argv);
-void deinit(void);
+void shutdown(void);
} // namespace shared_game
#endif // SHARED_GAME