diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-07-06 12:49:02 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-07-06 15:43:57 -0700 |
| commit | b74df64276fb87ffebef8c7e0b02bd7052b776d9 (patch) | |
| tree | ff3994ca603445a7e6043cc68e1f751933140348 /src/KingSystem/Map/mapPlacementMgr.cpp | |
| parent | 4cba2eb093fbc452db88e33643b3ca293ff02213 (diff) | |
move ForestRenderer and ClusteredRenderer
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMgr.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapPlacementMgr.cpp | 2 |
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" |
