From c26b28fcea88821f650696f380d2047ea5c2272e Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 17 Jul 2025 11:51:15 -0400 Subject: pke: event component rename + global manager --- src/ecs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ecs.hpp') diff --git a/src/ecs.hpp b/src/ecs.hpp index 8b4080a..e66bfb4 100644 --- a/src/ecs.hpp +++ b/src/ecs.hpp @@ -35,9 +35,9 @@ void ECS_GetInstances(Entity_Base *entity, pk_arr_t &arr); void ECS_UpdateInstance(CompInstance *instance, const InstPos &instPos, bool overridePhysics = false); pk_bkt_arr *ECS_GetInstances(); -pke_component_event_manager *ECS_CreateEvManager(Entity_Base *entity, pk_uuid uuid); -pke_component_event_manager *ECS_GetEvManager(PkeEventMgrHandle handle); -void ECS_GetEvManagers(Entity_Base *entity, pk_arr_t &arr); +pke_component_event *ECS_CreateEvManager(Entity_Base *entity, pk_uuid uuid); +pke_component_event *ECS_GetEvManager(PkeEventMgrHandle handle); +void ECS_GetEvManagers(Entity_Base *entity, pk_arr_t &arr); pk_bkt_arr *ECS_GetEvManagers(); #endif /* PKE_ECS_HPP */ -- cgit v1.2.3