]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/multiplayrxmgr.hxx
Oliver Schroeder:
[flightgear.git] / src / MultiPlayer / multiplayrxmgr.hxx
index 497bc633a03e08e600eb46d900af0cd0521348f8..5e836eb9378669ca031408ef5ed2dd2f6266b514 100644 (file)
 #include "mpplayer.hxx"
 #include "mpmessages.hxx"
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include STL_STRING
 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
@@ -72,6 +67,8 @@ public:
     /** Initiates processing of any data waiting at the rx socket.
     */
     void ProcessData(void);
+    void ProcessPosMsg ( const char *Msg );
+    void ProcessChatMsg ( const char *Msg );
 
     /** Updates the model positions for the players
     */