]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_gui.hxx
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / native_gui.hxx
index cf5e9de41f72c5bb3fca1ea09d6ed15113905cb8..a32b1f740f92f07372917bdb92dae67e0f2b604d 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include <FDM/flight.hxx>
-
 #include "protocol.hxx"
 #include "net_gui.hxx"
 
-
-class FGNativeGUI : public FGProtocol, public FGInterface {
+class FGNativeGUI : public FGProtocol {
 
     FGNetGUI buf;
-    int length;
-
+    
 public:
 
     FGNativeGUI();