]> git.localhorst.tv Git - space.git/blobdiff - src/app/Application.h
less sucky autopilot
[space.git] / src / app / Application.h
index 4d2dd2dbf38f6545320d7e92cf7c85e4d40306f0..17fdce8c84b77f7074477563dd67bf9eef203e8d 100644 (file)
@@ -5,6 +5,7 @@
 #include "../graphics/Camera.h"
 #include "../graphics/Moveable.h"
 #include "../graphics/Vector.h"
+#include "../ui/DualGauge.h"
 #include "../world/Universe.h"
 
 #include <SDL.h>
@@ -45,6 +46,9 @@ private:
        Ship *controlled;
        Vector<int> control;
 
+       DualGauge linGauge;
+       DualGauge rotGauge;
+
        Autopilot autopilot;
        bool apEnabled;;