start turret

This commit is contained in:
2025-06-10 16:29:17 +02:00
parent 79c8b747cd
commit a17e3abbff
17 changed files with 213 additions and 68 deletions

View File

@@ -49,6 +49,8 @@ set(SOURCE_FILES
util/pathfinding.h
entity/entity.c
entity/entity.h
tiles/turret.c
tiles/turret.h
)
add_executable(factorygame ${SOURCE_FILES})