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