]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/xmlloader.hxx
testair.cxx is a 21 lines long, obsolete test application. After removing
[flightgear.git] / src / Airports / xmlloader.hxx
index 436e86994d0e1a31ef0f1ac741c07ccdb9806630..eb066495f09a2c6fc52d6c664248cd49c4e64345 100644 (file)
@@ -20,6 +20,7 @@
 
 class FGAirportDynamics;
 class FGRunwayPreference;
+class FGSidStar;
 
 
 
@@ -29,7 +30,8 @@ public:
   ~XMLLoader();
   static string expandICAODirs(const string in);
   static void load(FGRunwayPreference* p);
-  static void load(FGAirportDynamics* d);
+  static void load(FGAirportDynamics*  d);
+  static void load(FGSidStar*          s);
   
 };