]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Navaids / navdb.hxx
index fc249f3df01d2c878777b066dad53454739bae3e..b05dd72ac47eed8a3e2c38d139cf23d0b2a5a098 100644 (file)
@@ -43,8 +43,9 @@
 // load and initialize the navigational databases
 bool fgNavDBInit( FGAirportList *airports,
                   FGNavList *navlist, FGNavList *loclist, FGNavList *gslist,
-                  FGNavList *dmelist, FGNavList *mkrbeacons );
-
+                  FGNavList *dmelist, FGNavList *mkrbeacons,
+                  FGNavList *tacanlist, FGNavList *carrierlist,
+                  FGTACANList *channellist );
 
 // This routines traverses the localizer list and attempts to match
 // each entry with it's corresponding runway.  When it is successful,
@@ -54,5 +55,4 @@ bool fgNavDBInit( FGAirportList *airports,
 void fgNavDBAlignLOCwithRunway( FGRunwayList *runways, FGNavList *loclist,
                                 double threshold );
 
-
 #endif // _FG_NAVDB_HXX