]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Airports / runways.hxx
index d824aa3e3f939985e0b83f54159d53ab90519a54..36f342c00f24edaca428ea135091296cc4fb8380 100644 (file)
@@ -108,6 +108,11 @@ public:
   
   FGNavRecord* ILS() const;
   
+  /**
+   * retrieve the associated glideslope transmitter, if one is defined.
+   */
+  FGNavRecord* glideslope() const;
+  
   void setILS(PositionedID nav) { _ils = nav; }
   
   FGRunway* reciprocalRunway() const;