]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/AV400Sim.hxx
(Re)allow duplicate names for A/P stages
[flightgear.git] / src / Network / AV400Sim.hxx
index ea4493f68bf53998f3c7052fab98ffc470183c08..9a4c45611db5183a3183a24af0b984b47d8c632a 100644 (file)
 
 #include "protocol.hxx"
 
-using std::string;
-
+class FlightProperties;
 
 class FGAV400Sim : public FGProtocol {
 
     char buf[ FG_MAX_MSG_SIZE ];
     int length;
-
+    FlightProperties* fdm;
+    
 public:
 
     FGAV400Sim();