]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/multiplayrxmgr.hxx
Better cross platform compatibility.
[flightgear.git] / src / MultiPlayer / multiplayrxmgr.hxx
index 5127eaaae400972ad1dbd7c64edf9d0905288e83..5e836eb9378669ca031408ef5ed2dd2f6266b514 100644 (file)
 #include "mpplayer.hxx"
 #include "mpmessages.hxx"
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include STL_STRING
 SG_USING_STD(string);
 
@@ -71,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
     */