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/hotbar.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/hotbar.hh') diff --git a/src/game/client/hotbar.hh b/src/game/client/hotbar.hh index 186bc6e..e16f3fa 100644 --- a/src/game/client/hotbar.hh +++ b/src/game/client/hotbar.hh @@ -18,7 +18,7 @@ extern item_id slots[HOTBAR_SIZE]; namespace hotbar { void init(void); -void deinit(void); +void shutdown(void); void layout(void); } // namespace hotbar -- cgit