summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ProtoProxy/Connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h
index ee452624a..6c55cb9bb 100644
--- a/ProtoProxy/Connection.h
+++ b/ProtoProxy/Connection.h
@@ -102,6 +102,9 @@ protected:
bool HandleClientHandshake(void);
bool HandleClientLocaleAndView(void);
bool HandleClientPing(void);
+ bool HandleClientPlayerLook(void);
+ bool HandleClientPlayerOnGround(void);
+ bool HandleClientPlayerPosition(void);
bool HandleClientPlayerPositionLook(void);
// Packet handling, server-side:
@@ -118,6 +121,7 @@ protected:
bool HandleServerPlayerListItem(void);
bool HandleServerPlayerPositionLook(void);
bool HandleServerTimeUpdate(void);
+ bool HandleServerUpdateHealth(void);
bool HandleServerWindowContents(void);
/// Parses the slot data in a_Buffer into item description; returns true if successful, false if not enough data