quakeforge/libs/ecs
Bill Currie b230fe18ce [ecs] Split component registration from pool creation
While this does require an extra call after registering components, it
allows for multiple component sets (ie, sub-systems) to be registered
before the component pools are created. The base id for the registered
component set is returned so it can be passed to the subsystem as
needed.
2022-12-13 22:58:44 +09:00
..
test [ecs] Split component registration from pool creation 2022-12-13 22:58:44 +09:00
component.c [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
ecs.c [ecs] Split component registration from pool creation 2022-12-13 22:58:44 +09:00
entity.c [ecs] Split component registration from pool creation 2022-12-13 22:58:44 +09:00
hierarchy.c [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
Makemodule.am [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00