summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/Connection.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-28 07:05:52 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-28 07:05:52 +0100
commitaf7ee903fb0a0ee53ea6784cf565b7e2bc016983 (patch)
tree4a13cc655ed39731a837be69791e507ad0cf51c6 /ProtoProxy/Connection.h
parentcPickup now uses full cItem, instead of a pointer (diff)
downloadcuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar.gz
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar.bz2
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar.lz
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar.xz
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.tar.zst
cuberite-af7ee903fb0a0ee53ea6784cf565b7e2bc016983.zip
Diffstat (limited to '')
-rw-r--r--ProtoProxy/Connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h
index 54cc7ef71..b7c24d853 100644
--- a/ProtoProxy/Connection.h
+++ b/ProtoProxy/Connection.h
@@ -121,6 +121,7 @@ protected:
bool HandleClientWindowClose(void);
// Packet handling, server-side:
+ bool HandleServerAttachEntity(void);
bool HandleServerBlockAction(void);
bool HandleServerBlockChange(void);
bool HandleServerChangeGameState(void);