Further order LegoWorld

This commit is contained in:
Christian Semmler 2025-01-09 17:23:37 -07:00
parent 5e35945e9e
commit dfee3ee061
2 changed files with 2 additions and 7 deletions

View File

@ -3,6 +3,8 @@
// clang-format off
#include "mxpresenterlist.h"
#include "legoentitylist.h"
#include "legocachesoundlist.h"
// clang-format on
#include "legoentity.h"
@ -10,9 +12,7 @@
#include "legopathcontrollerlist.h"
#include "roi/legoroi.h"
class LegoCacheSoundList;
class LegoCameraController;
class LegoEntityList;
class LegoPathBoundary;
class LegoHideAnimPresenter;

View File

@ -1,14 +1,9 @@
#include "legoworld.h"
// clang-format off
#include "legoentitylist.h"
// clang-format on
#include "anim/legoanim.h"
#include "legoanimationmanager.h"
#include "legoanimpresenter.h"
#include "legobuildingmanager.h"
#include "legocachesoundlist.h"
#include "legocachesoundmanager.h"
#include "legocameracontroller.h"
#include "legocontrolmanager.h"