]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / ATC / approach.hxx
index 5c437baf50b5ed3e2ea57c2a687a727409f22f1f..92b91e40c3424f8d193d007d02c45db3d150d1fe 100644 (file)
@@ -94,6 +94,8 @@ struct PlaneApp {
   double ahdg;           // assigned heading
   bool   on_crs;         // is the plane on course?
   double tlm;            // time when last message was sent
+
+  PlaneApp(void);
 };