Restructure/refactor of main.c

This commit is contained in:
2023-11-12 16:14:30 +01:00
parent df911c65b7
commit 8edb7b7ea9
13 changed files with 280 additions and 159 deletions

10
game/systems/systems.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef PIXELDEFENSE_SYSTEMS_H
#define PIXELDEFENSE_SYSTEMS_H
#include <flecs.h>
#include "../components.h"
void renderEntities(ecs_iter_t *it);
#endif //PIXELDEFENSE_SYSTEMS_H