X-Git-Url: http://git.localhorst.tv/?p=space.git;a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=4d2dd2dbf38f6545320d7e92cf7c85e4d40306f0;hp=7e3d91bc8b1ff7e9cb4c43d4ff6d438bf9b71f77;hb=ffd31714f3edb64ebe16b65878750c6cc5c7e884;hpb=699437a474de8b87ccb6749d44adf740e680d620 diff --git a/src/app/Application.h b/src/app/Application.h index 7e3d91b..4d2dd2d 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -1,6 +1,7 @@ #ifndef SPACE_APPLICATION_H_ #define SPACE_APPLICATION_H_ +#include "../ai/Autopilot.h" #include "../graphics/Camera.h" #include "../graphics/Moveable.h" #include "../graphics/Vector.h" @@ -44,8 +45,12 @@ private: Ship *controlled; Vector control; + Autopilot autopilot; + bool apEnabled;; + Uint32 last; bool running; + bool paused; };