Kaltenberg/modules/ecs/src-c
Eric-Paul Ickhorn 86479af2fb Create type registry
It is useful  to have all types  registered before they  are allocated
because the memory needed for them can then be allocated before any of
it is  required, speeding up allocations because  a pool may have been
created beforehand.
2024-09-14 16:37:45 +02:00
..
entity.c Support tagging entities in ECS 2024-09-12 23:27:12 +02:00
head.c Create type registry 2024-09-14 16:37:45 +02:00
lookup.c Add first, inperformant version of ECS 2024-09-11 12:18:33 +02:00
name-resolver.c Support tagging entities in ECS 2024-09-12 23:27:12 +02:00
tag.c Support tagging entities in ECS 2024-09-12 23:27:12 +02:00