]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/apt_loader.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Airports / apt_loader.hxx
index 7e2405638dffe21c05d866361d4419dac2ccd77c..636c1c8d5a2f95175c382387cb17136b13f4f620 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include <string>
-
-// forward decls
-class FGCommList;
+class SGPath;
 
+namespace flightgear
+{
+  
 // Load the airport data base from the specified aptdb file.  The
 // metar file is used to mark the airports as having metar available
 // or not.
 
-bool fgAirportDBLoad( const std::string &aptdb_file, 
-        FGCommList *comm_list, const std::string &metar_file );
+bool airportDBLoad(const SGPath& path);
+
+bool metarDataLoad(const SGPath& path);
+
+} // of namespace flighgear
 
 #endif // _FG_APT_LOADER_HXX