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

View File

@@ -9,10 +9,16 @@ add_subdirectory(engine/)
add_executable(PixelDefense
game/systems/entity_renderer.c
game/systems/systems.h
game/utils/building_types.h
game/common.h
game/components.h
game/entrypoint.c
game/main.c
game/map_init.c
game/map_init.h
)