diff options
Diffstat (limited to 'src/World.hpp')
-rw-r--r-- | src/World.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/World.hpp b/src/World.hpp index 2415610..06155cf 100644 --- a/src/World.hpp +++ b/src/World.hpp @@ -49,4 +49,10 @@ public: std::vector<Entity> entities; void UpdatePhysics(float delta); + + Entity& GetEntity(unsigned int EntityId); + + std::vector<unsigned int> GetEntitiesList(); + + void AddEntity(Entity entity); };
\ No newline at end of file |