diff options
Diffstat (limited to 'ProtoProxy/Connection.h')
-rw-r--r-- | ProtoProxy/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index c3ed5472e..ee59311cd 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -119,6 +119,7 @@ protected: // Packet handling, server-side:
bool HandleServerBlockChange(void);
+ bool HandleServerChangeGameState(void);
bool HandleServerChatMessage(void);
bool HandleServerCompass(void);
bool HandleServerEncryptionKeyRequest(void);
|