]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/multiplaytxmgr.hxx
Add a byte swap test utility.
[flightgear.git] / src / MultiPlayer / multiplaytxmgr.hxx
index 99941fe484c33cd73f2ec0fce36a7116eb38b209..df9e80c4bfada6347ba3154d631ae367008d0c32 100644 (file)
@@ -38,7 +38,6 @@
 SG_USING_STD(string);
 
 #include <simgear/compiler.h>
-#include <plib/ssg.h>
 #include <plib/netSocket.h>
 
 // Maximum number of players that can exist at any time
@@ -71,7 +70,7 @@ public:
     /** Sends the position data for the local player
     * @param PlayerPosMat4 Transformation matrix for the player's position
     */
-    void SendMyPosition(const sgMat4 PlayerPosMat4);
+    void SendMyPosition(const sgQuat PlayerOrientation, const sgdVec3 PlayerPosition);
     
     /** Sends a tex chat message.
     * @param sMsgText Message text to send