summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapPlacementMgr.cpp
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-07-06 12:49:02 -0700
committertheo3 <arisstephenson2@gmail.com>2021-07-06 15:43:57 -0700
commitb74df64276fb87ffebef8c7e0b02bd7052b776d9 (patch)
treeff3994ca603445a7e6043cc68e1f751933140348 /src/KingSystem/Map/mapPlacementMgr.cpp
parent4cba2eb093fbc452db88e33643b3ca293ff02213 (diff)
move ForestRenderer and ClusteredRenderer
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMgr.cpp')
-rw-r--r--src/KingSystem/Map/mapPlacementMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Map/mapPlacementMgr.cpp b/src/KingSystem/Map/mapPlacementMgr.cpp
index 6e6c3f9b..807dc199 100644
--- a/src/KingSystem/Map/mapPlacementMgr.cpp
+++ b/src/KingSystem/Map/mapPlacementMgr.cpp
@@ -1,9 +1,9 @@
#include "KingSystem/Map/mapPlacementMgr.h"
#include <thread/seadThreadUtil.h>
#include "KingSystem/ActorSystem/actActorCreator.h"
+#include "KingSystem/ActorSystem/actClusteredRenderer.h"
#include "KingSystem/ActorSystem/actInfoData.h"
#include "KingSystem/ActorSystem/actInstParamPack.h"
-#include "KingSystem/Map/mapClusteredRenderer.h"
#include "KingSystem/Map/mapObject.h"
#include "KingSystem/Map/mapPlacementActors.h"
#include "KingSystem/Map/mapPlacementTree.h"