This commit is contained in:
ViktorLjung
2014-03-13 21:42:28 +01:00
parent d6a0cdca58
commit 759302b789
5 changed files with 49 additions and 30 deletions
@@ -31,18 +31,11 @@ namespace Systems
int positionRandom;
glm::vec2 startyz;
float startx;
std::list<EntityID> removethis;
double elapsedtime;
std::list<EntityID> obstacles;
float velocity;
std::shared_ptr<Components::Transform> transform;
std::shared_ptr<Components::Bounds> bounds;
std::shared_ptr<Components::Collision> collision;
std::shared_ptr<Components::Model> model;
std::shared_ptr<Components::PointLight> pointLight;
std::shared_ptr<Components::PowerUp> powerUp;
};
}