Ship is movable

This commit is contained in:
Tobias Dahl
2014-03-13 00:54:49 +01:00
parent fef9c1f751
commit 9dd1733689
3 changed files with 56 additions and 10 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ namespace Systems
class PlayerSystem : public System
{
public:
PlayerSystem(World* world)
: System(world) { }
PlayerSystem(World* world);
void Update(double dt) override;
void UpdateEntity(double dt, EntityID entity, EntityID parent) override;