quakeforge/include/QF/ecs
Bill Currie 962319af09 [ecs] Make Ent_HasComponent more robust
It doesn't check that the entity itself is valid, but it does at least
check that the index fetched from the sparse array is valid. Fixes a
segfault when a valid entity never had the component.
2022-10-31 13:06:55 +09:00
..
component.h [ecs] Make Ent_HasComponent more robust 2022-10-31 13:06:55 +09:00
hierarchy.h [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00