X-Git-Url: http://git.localhorst.tv/?p=space.git;a=blobdiff_plain;f=src%2Fapp%2FApplication.h;fp=src%2Fapp%2FApplication.h;h=61c3f45a5ab7e8ebe3ed740643e7097e17ee1246;hp=a85269612257269349b6955fb4c85f2968cc4224;hb=3f4f8a92f64df08119a40da4d196b3e92ecdc637;hpb=96ab5904b059e00e78b26a6527790c8dc951e324 diff --git a/src/app/Application.h b/src/app/Application.h index a852696..61c3f45 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -12,6 +12,7 @@ namespace space { class InitScreen; +class Entity; class Application { @@ -30,8 +31,6 @@ private: void Update(int delta_ms); - Vector FocusVel() const; - void Render(); private: @@ -42,6 +41,9 @@ private: Moveable focus; Camera cam; + Entity *controlled; + Vector control; + Uint32 last; bool running;