Kaltenberg/modules/ecs/inc-c/voxula/internals
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
..
ecs Create type registry 2024-09-14 16:37:45 +02:00
ecs.h Take UUID table as argument for ECS creation 2024-09-14 14:25:49 +02:00