]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
Compile with VS2005 in debug mode
[flightgear.git] / src / Navaids / navdb.hxx
index 87e510825b2f228d616e9393edcc558ff0a49cf8..5c2aa117ce252120bb2a4208df3d14de07090a8a 100644 (file)
@@ -37,4 +37,10 @@ bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist,
                   FGTACANList *channellist );
 
 
+/**
+ * Helper to map a nav.data name (eg 'KBWI 33R GS') into a FGRunway reference.
+ * returns NULL, and complains loudly, if the airport/runway is not found.
+ */
+FGRunway* getRunwayFromName(const std::string& aName);
+
 #endif // _FG_NAVDB_HXX