summaryrefslogtreecommitdiff
path: root/src/ecs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecs.hpp')
-rw-r--r--src/ecs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp
index 91202c4..436429c 100644
--- a/src/ecs.hpp
+++ b/src/ecs.hpp
@@ -20,6 +20,7 @@ EntityHandle ECS_CreateEntity(Entity_Base *entity, Entity_Base *parentEnt = null
Entity_Base *ECS_GetEntity(EntityHandle handle);
Entity_Base *ECS_GetEntityByUUID(pk_uuid uuid);
void ECS_MarkForRemoval(Entity_Base *entity);
+pk_bkt_arr *ECS_GetEntities();
void ECS_HandleCollision(CompInstance *lhs, CompInstance *rhs);