]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.hxx
Updates to vacuum system model from Alex Perry.
[flightgear.git] / src / Cockpit / hud.hxx
index c64a83f14c9f8c315963134ca965b603593c8076..f060bd69b9719ef40a4074f8c14352bdbb03a42e 100644 (file)
 #include <vector>       // STL vector
 #include <deque>        // STL double ended queue
 
+#include <simgear/constants.h>
+
 #include <fg_typedefs.h>
-#include <fg_constants.h>
 #include <Aircraft/aircraft.hxx>
 #include <FDM/flight.hxx>
 #include <Controls/controls.hxx>
 #include <GUI/gui.h>
-#include <Math/mat3.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;