diff options
Diffstat (limited to 'src/game/client/session.hh')
| -rw-r--r-- | src/game/client/session.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/session.hh b/src/game/client/session.hh index 0ba0fc6..a763d18 100644 --- a/src/game/client/session.hh +++ b/src/game/client/session.hh @@ -12,7 +12,7 @@ extern std::uint64_t client_identity; namespace session { void init(void); -void deinit(void); +void shutdown(void); void invalidate(void); } // namespace session |
