diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-18 10:13:12 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-18 10:13:12 +0200 |
commit | e32a85f752819d9fdc0f2325fb2a752dfa11b5df (patch) | |
tree | 39e70a1205556e15179ba00d8a483aba6cd2b289 /ProtoProxy/Connection.h | |
parent | ProtoProxy: added more packets, mostly windowing-related (diff) | |
download | cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar.gz cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar.bz2 cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar.lz cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar.xz cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.tar.zst cuberite-e32a85f752819d9fdc0f2325fb2a752dfa11b5df.zip |
Diffstat (limited to '')
-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);
|