]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fixlist.hxx
Bug #927 - flightplan XML loading.
[flightgear.git] / src / Navaids / fixlist.hxx
index 075f16d027b5296213344a327cf16ad62593ed0f..ce744af39e39f87cb5c63010f28131ce748a23b7 100644 (file)
 
 #include <simgear/compiler.h>
 
-class FGFix;
 class SGPath;
 
-class FGFixList {
-public:
-
-    FGFixList();
-    ~FGFixList();
-
-    // load the navaids and build the map
-    bool init(const SGPath& path);
-};
-
+namespace flightgear
+{
+  
+  void loadFixes(const SGPath& path);
+  
+}
 
 #endif // _FG_FIXLIST_HXX