]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/multiplay.hxx
Switch from bool to int for more deterministic structure packing.
[flightgear.git] / src / Network / multiplay.hxx
index 10bea8ae16ebd504fdf2bb8d57c9c21a58f773a0..c7459e21a242a1add1a2c57dc5916f5c731179c7 100644 (file)
 
 #define FG_MULTIPLAY_HID "$Id$"
 
+#include <simgear/compiler.h>
+
 #include STL_STRING
-SG_USING_STD(string);
 
-#include "protocol.hxx"
-#include <simgear/compiler.h>
+#include <simgear/scene/model/model.hxx>
+
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 #include <Model/acmodel.hxx>
-#include <Model/model.hxx>
 #include <MultiPlayer/multiplaytxmgr.hxx>
 #include <MultiPlayer/multiplayrxmgr.hxx>
 
+#include "protocol.hxx"
+
+SG_USING_STD(string);
+
+
 /****************************************************************
 * @version $Id$
 *