mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
This seems to be the best solution for interlinked entities/components, the idea being that components with higher indices can "own" those with lower (eg, imui_reference can "own" a view_href, but not the other way) and makes it relatively easy to manage (components that can own others get added to the registry later), and might even allow validation at a later stage. |
||
---|---|---|
.. | ||
test | ||
component.c | ||
ecs.c | ||
entity.c | ||
hierarchy.c | ||
Makemodule.am | ||
subpool.c |