From fa7fc343a0e444da72938fad58d219cf52228976 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 21 Dec 2023 17:44:03 -0500 Subject: plugin checkpoint - multiple plugins and collision callbacks --- src/ecs.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ecs.hpp') 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); -- cgit v1.2.3