diff options
Diffstat (limited to 'src/ecs.hpp')
| -rw-r--r-- | src/ecs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp index 7ac08e2..4deacaf 100644 --- a/src/ecs.hpp +++ b/src/ecs.hpp @@ -27,6 +27,8 @@ void ECS_MarkForRemoval(EntityHandle entHandle); uint64_t ECS_GetEntities_BucketCount(); Entity *ECS_GetEntities(uint64_t bucketIndex, uint64_t &itemCount); +void ECS_HandleCollision(EntityHandle lhs, EntityHandle rhs); + CompGrBinds &ECS_CreateGrBinds(EntityHandle entHandle); CompGrBinds *ECS_GetGrBinds(EntityHandle entHandle); CompGrBinds *ECS_GetGrBinds(GrBindsHandle grBindsHandle); |
