Initial commit
This commit is contained in:
commit
ac0d491786
21 changed files with 1094 additions and 0 deletions
9
ecs/constants.odin
Normal file
9
ecs/constants.odin
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package ecs
|
||||
|
||||
ENTITY_MAX :: 4096
|
||||
COMPONENT_MAX :: 32
|
||||
|
||||
ID :: u32
|
||||
|
||||
EntityID :: ID
|
||||
ComponentType :: u8
|
||||
Loading…
Add table
Add a link
Reference in a new issue