ecs-test/ecs/constants.odin

9 lines
101 B
Odin

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