ecs-test/ecs/constants.odin

9 lines
99 B
Odin

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