From f1093bdad9b2f9384a15f025bd090375f5d867be Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 22 Jan 2025 13:53:37 -0700 Subject: [PATCH] Order until end of LegoOmni --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3154739b..40a701fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -395,13 +395,11 @@ function(add_lego_libraries NAME) LEGO1/lego/legoomni/src/audio/mxbackgroundaudiomanager.cpp LEGO1/lego/legoomni/src/video/legomodelpresenter.cpp LEGO1/lego/legoomni/src/race/legoracespecial.cpp - - LEGO1/lego/legoomni/src/worlds/historybook.cpp LEGO1/lego/legoomni/src/common/legocharactermanager.cpp LEGO1/lego/legoomni/src/actors/jukeboxentity.cpp - LEGO1/main.cpp # We need to get rid of / refactor the below units into existing/other ones + LEGO1/main.cpp LEGO1/lego/legoomni/src/entity/legolocations.cpp LEGO1/lego/legoomni/src/notify/legoeventnotificationparam.cpp LEGO1/lego/legoomni/src/common/legoactors.cpp