]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
don't destroy iterated map entries; delete _menubar; restore closed
[flightgear.git] / src / Navaids / navdb.hxx
index 355ff55079aaea435753fe0f875e97562fbbfa3b..b05dd72ac47eed8a3e2c38d139cf23d0b2a5a098 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started May 2004.
 //
-// Copyright (C) 2004  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2004  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -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