X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fnavdb.hxx;h=87e510825b2f228d616e9393edcc558ff0a49cf8;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=959d810030869dd352851411504a7ec14d0c29c3;hpb=b2b33f75820359670ca4d8b326370fc3771ee08c;p=flightgear.git diff --git a/src/Navaids/navdb.hxx b/src/Navaids/navdb.hxx index 959d81003..87e510825 100644 --- a/src/Navaids/navdb.hxx +++ b/src/Navaids/navdb.hxx @@ -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 @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -26,25 +26,15 @@ #include -#include - -// #include -// #include -// #include STL_STRING - -#include "navlist.hxx" -#include "ilslist.hxx" -#include "mkrbeacons.hxx" -#include "fixlist.hxx" - -// SG_USING_STD(map); -// SG_USING_STD(vector); -// SG_USING_STD(string); +class FGNavList; +class FGTACANList; // load and initialize the navigational databases bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist, - FGNavList *dmelist, FGNavList *mkrbeacons ); + FGNavList *dmelist, + FGNavList *tacanlist, FGNavList *carrierlist, + FGTACANList *channellist ); #endif // _FG_NAVDB_HXX