]> git.localhorst.tv Git - space.git/blobdiff - src/app/Application.h
force based movement
[space.git] / src / app / Application.h
index b5f0a6b607ff362b052be126771705cd1b53996a..7e3d91bc8b1ff7e9cb4c43d4ff6d438bf9b71f77 100644 (file)
@@ -12,7 +12,7 @@
 namespace space {
 
 class Canvas;
-class Entity;
+class Ship;
 
 class Application {
 
@@ -41,7 +41,7 @@ private:
        Moveable<float> focus;
        Camera cam;
 
-       Entity *controlled;
+       Ship *controlled;
        Vector<int> control;
 
        Uint32 last;