X-Git-Url: http://git.localhorst.tv/?p=space.git;a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=7e3d91bc8b1ff7e9cb4c43d4ff6d438bf9b71f77;hp=b5f0a6b607ff362b052be126771705cd1b53996a;hb=699437a474de8b87ccb6749d44adf740e680d620;hpb=1129b8ac89f1e614f69793227ccec90157708aea diff --git a/src/app/Application.h b/src/app/Application.h index b5f0a6b..7e3d91b 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -12,7 +12,7 @@ namespace space { class Canvas; -class Entity; +class Ship; class Application { @@ -41,7 +41,7 @@ private: Moveable focus; Camera cam; - Entity *controlled; + Ship *controlled; Vector control; Uint32 last;