From d90ab6b90f2507970c2da52b166d26a7c9b48d66 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 31 Dec 2022 14:27:11 +0100 Subject: Extracted FloatingMovement component to own header and impl --- 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 f3d5494..ff2621c 100644 --- a/sim/CMakeLists.txt +++ b/sim/CMakeLists.txt @@ -4,6 +4,7 @@ add_library( src/BaseBattle.cpp src/Battle.cpp src/Builder.cpp + src/FloatingMovement.cpp src/Point.cpp src/RandomSpawner.cpp src/TeamManager.cpp -- cgit v1.1