summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapPlacementMgr.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-10-17 00:08:33 +0200
committerLéo Lam <leo@leolam.fr>2021-10-17 00:09:03 +0200
commit8056fb38813a42a429673f5a444f14fbd211c1b5 (patch)
tree4069448cb53898efdccbaf3bfedd6a7591198df2 /src/KingSystem/Map/mapPlacementMgr.cpp
parent28515aceb5548c372269b6ccceec96e94039de6f (diff)
ksys: Forward declare Actor where possible
Reduces build times when Actor.h is modified.
Diffstat (limited to 'src/KingSystem/Map/mapPlacementMgr.cpp')
-rw-r--r--src/KingSystem/Map/mapPlacementMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapPlacementMgr.cpp b/src/KingSystem/Map/mapPlacementMgr.cpp
index 3ca5b27c..78e3df81 100644
--- a/src/KingSystem/Map/mapPlacementMgr.cpp
+++ b/src/KingSystem/Map/mapPlacementMgr.cpp
@@ -1,5 +1,6 @@
#include "KingSystem/Map/mapPlacementMgr.h"
#include <thread/seadThreadUtil.h>
+#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actActorCreator.h"
#include "KingSystem/ActorSystem/actClusteredRenderer.h"
#include "KingSystem/ActorSystem/actInfoData.h"