Move flecs out of engine, reorganize systems
This commit is contained in:
@@ -43,6 +43,8 @@ typedef struct Game {
|
||||
f32 elapsed;
|
||||
} Game;
|
||||
|
||||
extern ecs_world_t *ECS;
|
||||
|
||||
extern ECS_COMPONENT_DECLARE(Game);
|
||||
|
||||
#endif //PIXELDEFENSE_GAME_STATE_H
|
||||
|
||||
Reference in New Issue
Block a user