ecs-test/ecs/constants.odin
2025-08-23 23:54:00 +02:00

9 lines
100 B
Odin

package ecs
ENTITY_MAX :: 4096
COMPONENT_MAX :: 32
ID :: u32
EntityID :: ID
ComponentType :: u8