Restructure files

This commit is contained in:
2023-11-15 08:23:58 +01:00
parent d37936ce7f
commit e9bdc623fc
7 changed files with 16 additions and 12 deletions

View File

@@ -9,13 +9,7 @@ add_subdirectory(engine/)
add_executable(PixelDefense
game/systems/entity_systems.c
game/systems/systems.h
game/systems/ui_systems.c
game/utils/building_types.h
game/utils/pathfinding.c
game/utils/pathfinding.h
game/buildings.c
game/buildings.h
@@ -26,6 +20,11 @@ add_executable(PixelDefense
game/map_init.c
game/map_init.h
game/map_layers.h
game/pathfinding.c
game/pathfinding.h
game/systems.h
game/systems_entity.c
game/systems_ui.c
)