]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.hxx
More efficient rotation matrix calc from Norm Vine.
[flightgear.git] / src / ATC / approach.hxx
index 8376ab3de4401afbacba83510ec7cbf517c99919..92b91e40c3424f8d193d007d02c45db3d150d1fe 100644 (file)
@@ -38,7 +38,7 @@
 #include <iomanip>
 #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>
@@ -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);
 };
 
 
@@ -263,4 +265,4 @@ operator >> ( istream& in, FGApproach& a )
     return in >> skipeol;
 }
 
-#endif // _FG_APPROACH_HXX
\ No newline at end of file
+#endif // _FG_APPROACH_HXX