Add entity map
This commit is contained in:
@@ -10,6 +10,23 @@
|
||||
* Entity Systems
|
||||
**********************************/
|
||||
|
||||
/*
|
||||
* 0: Game (singleton)
|
||||
*/
|
||||
void entityRemoved(ecs_iter_t *it);
|
||||
/*
|
||||
* 0: Game (singleton)
|
||||
*/
|
||||
void entityAdded(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* 0: Game (singleton)
|
||||
* 1: Position
|
||||
* 2: MoveForce
|
||||
*/
|
||||
void entityUpdatePhysics(ecs_iter_t *it);
|
||||
|
||||
|
||||
void renderEntities(ecs_iter_t *it);
|
||||
void updateAnimations(ecs_iter_t *it);
|
||||
void updatePos(ecs_iter_t *it);
|
||||
|
||||
Reference in New Issue
Block a user