Hopefully last commit

This commit is contained in:
2025-06-11 23:01:05 +02:00
parent 78bccd6c6f
commit 8bbe17491b
74 changed files with 1306 additions and 516 deletions

View File

@@ -53,6 +53,16 @@ set(SOURCE_FILES
tiles/turret.h
util/crafter.c
util/crafter.h
util/gamestate.c
util/gamestate.h
util/button.c
util/button.h
tiles/ammoCrafter.c
tiles/ammoCrafter.h
tiles/wiredrawer.c
tiles/wiredrawer.h
tiles/core.c
tiles/core.h
)
add_executable(factorygame ${SOURCE_FILES})