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 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);
|