summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index 996b054ba..08e8ae7ca 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -56,7 +56,11 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processNameResponse2(Net::MessageIn &msg);
- void processPlayerMoveUpdate(Net::MessageIn &msg) const;
+ void processPlayerUpdate1(Net::MessageIn &msg) const;
+
+ void processPlayerUpdate2(Net::MessageIn &msg) const;
+
+ void processPlayerMove(Net::MessageIn &msg) const;
static void processBeingMove3(Net::MessageIn &msg);