implement building system

This commit is contained in:
2026-04-19 20:50:42 +02:00
parent c70b5c8f08
commit bf29cc40e3
19 changed files with 1818 additions and 7 deletions

View File

@@ -7,4 +7,6 @@ add_files(
ConfigLoaderTest.cpp
SimulationTest.cpp
BeltSystemTest.cpp
SurfaceMaskTest.cpp
BuildingTest.cpp
)