]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/dynamics.hxx
Adding some more intelligence to the AI system step 2: Added a system to
[flightgear.git] / src / Airports / dynamics.hxx
index 4eb8b4bc179c99bbb03227717ed07266cd5b5bc7..7543ffca9d087062a73aa12589e6beeca0261df8 100644 (file)
 #define _AIRPORT_DYNAMICS_HXX_
 
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
-#endif                        
+#endif
+
+#include <simgear/xml/easyxml.hxx>
+
+#include "parking.hxx"
+#include "groundnetwork.hxx"
+#include "runwayprefs.hxx"
 
-  
 
 class FGAirportDynamics : public XMLVisitor {
-  
+
 private:
   double _longitude;    // degrees
   double _latitude;     // degrees