From dc0cc293b7b8efed67a0a550237dce38f33ff37d Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 14 Feb 2023 00:51:49 +0100 Subject: Replaced Context+Battle combo with State and arbitrary Systems --- sim/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/CMakeLists.txt') diff --git a/sim/CMakeLists.txt b/sim/CMakeLists.txt index a221d2f..a0a4d00 100644 --- a/sim/CMakeLists.txt +++ b/sim/CMakeLists.txt @@ -1,15 +1,12 @@ project(sim) add_library( ${PROJECT_NAME} STATIC - src/BaseBattle.cpp src/BaseSimulation.cpp - src/Battle.cpp src/Builder.cpp src/FloatingMovement.cpp src/HitPoints.cpp src/RandomSpawner.cpp src/sim.cpp - src/State.cpp src/systems.cpp src/TeamManager.cpp src/TurretControl.cpp -- cgit v1.1