]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/simple.hxx
Expose more things to Nasal for FMSs in particular - still work in progress.
[flightgear.git] / src / Airports / simple.hxx
index 03d66a190a6093b4c2cdef862576c74081519301..d90f3ce9e16746bf2cfa63178bcf506311d636d1 100644 (file)
@@ -82,6 +82,8 @@ public:
     bool   isSeaport()    const;
     bool   isHeliport()   const;
 
+    static bool isAirportType(FGPositioned* pos);
+    
     virtual const std::string& name() const
     { return _name; }