mach/ecs/src
dweiller ebc09ee55e ecs: generic iterator type
This change makes the the Iterator generic over the components being
queried. This restores the api to the previous style with components
given to the query() function and next() having no parameters (other
that the iterator itself).
2022-07-14 21:49:20 -07:00
..
entities.zig ecs: generic iterator type 2022-07-14 21:49:20 -07:00
main.zig ecs: initial systems & message sending functionality 2022-07-04 09:12:19 -07:00
systems.zig ecs: initial systems & message sending functionality 2022-07-04 09:12:19 -07:00