summaryrefslogtreecommitdiffstats
path: root/src/game/client/game.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game.hh')
-rw-r--r--src/game/client/game.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game.hh b/src/game/client/game.hh
index 0735719..09ab60b 100644
--- a/src/game/client/game.hh
+++ b/src/game/client/game.hh
@@ -24,7 +24,7 @@ namespace client_game
{
void init(void);
void init_late(void);
-void deinit(void);
+void shutdown(void);
void fixed_update(void);
void fixed_update_late(void);
void update(void);