diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index 4f7590c2c..f1d85f014 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -422,6 +422,7 @@ public: virtual void SendPlayerListUpdateGameMode (const cPlayer & a_Player) = 0; virtual void SendPlayerListUpdatePing () = 0; virtual void SendPlayerListUpdateDisplayName(const cPlayer & a_Player, const AString & a_CustomName) = 0; + virtual void SendPlayerMoveLook (Vector3d a_Pos, float a_Yaw, float a_Pitch, bool a_IsRelative) = 0; virtual void SendPlayerMoveLook (void) = 0; virtual void SendPlayerPermissionLevel (void) = 0; virtual void SendPlayerPosition (void) = 0; |