added get data function to inline and finished basic entity (still needs testing though

This commit is contained in:
herbglitch 2025-03-16 01:35:09 -06:00
parent c078ce907f
commit 6085d22df4
4 changed files with 71 additions and 11 deletions

View file

@ -89,7 +89,7 @@ void *ARC_EntitySystem_GetComponentData(ARC_EntitySystem *entitySystem, ARC_Enti
/**
* @brief
*/
ARC_Array ARC_EntitySystem_QueryComponentsData(ARC_EntitySystem *entitySystem, uint32_t components);
ARC_Array ARC_EntitySystem_QueryComponentsData(ARC_EntitySystem *entitySystem, ARC_Array components);
#ifdef __cplusplus
}