Separate buildings function from main.c

This commit is contained in:
2023-11-12 16:31:40 +01:00
parent 8edb7b7ea9
commit bf56b150cc
7 changed files with 148 additions and 121 deletions

View File

@@ -14,11 +14,14 @@ add_executable(PixelDefense
game/utils/building_types.h
game/buildings.c
game/buildings.h
game/components.h
game/entrypoint.c
game/main.c
game/map_init.c
game/map_init.h
game/map_layers.h
)