]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.hxx
Added Alex's patches for more accurate instrument modeling (compass, vsi,
[flightgear.git] / src / Cockpit / hud.hxx
index b2fedeaee52d6902ab4eeb3276ff7a438c4f6eae..f060bd69b9719ef40a4074f8c14352bdbb03a42e 100644 (file)
@@ -48,7 +48,6 @@
 #include <deque>        // STL double ended queue
 
 #include <simgear/constants.h>
-#include <simgear/math/mat3.h>
 
 #include <fg_typedefs.h>
 #include <Aircraft/aircraft.hxx>
 #include <Controls/controls.hxx>
 #include <GUI/gui.h>
 
+#include "hud_opts.hxx"
+
 FG_USING_STD(deque);
 FG_USING_STD(vector);
 FG_USING_NAMESPACE(std);
 
 
+// some of Norman's crazy optimizations. :-)
+
 #ifndef WIN32
   typedef struct {
       int x, y;