From 632c367ae6885657e6c99b96b8bf7a96b61a2bb9 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 14 Feb 2023 00:13:02 +0100 Subject: Extracted basic simulation behaviour and that part of state to own class --- sim/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/CMakeLists.txt') diff --git a/sim/CMakeLists.txt b/sim/CMakeLists.txt index 55dcc60..a221d2f 100644 --- a/sim/CMakeLists.txt +++ b/sim/CMakeLists.txt @@ -2,6 +2,7 @@ project(sim) add_library( ${PROJECT_NAME} STATIC src/BaseBattle.cpp + src/BaseSimulation.cpp src/Battle.cpp src/Builder.cpp src/FloatingMovement.cpp -- cgit v1.1