diff options
| author | Léo Lam <leo@leolam.fr> | 2021-10-17 00:08:33 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-10-17 00:09:03 +0200 |
| commit | 8056fb38813a42a429673f5a444f14fbd211c1b5 (patch) | |
| tree | 4069448cb53898efdccbaf3bfedd6a7591198df2 /src/KingSystem/Map/mapObject.cpp | |
| parent | 28515aceb5548c372269b6ccceec96e94039de6f (diff) | |
ksys: Forward declare Actor where possible
Reduces build times when Actor.h is modified.
Diffstat (limited to 'src/KingSystem/Map/mapObject.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapObject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapObject.cpp b/src/KingSystem/Map/mapObject.cpp index 0b793c9f..d0b57fde 100644 --- a/src/KingSystem/Map/mapObject.cpp +++ b/src/KingSystem/Map/mapObject.cpp @@ -1,4 +1,5 @@ #include "KingSystem/Map/mapObject.h" +#include "KingSystem/ActorSystem/actActor.h" #include "KingSystem/ActorSystem/actBaseProcMgr.h" #include "KingSystem/ActorSystem/actInfoData.h" #include "KingSystem/GameData/gdtManager.h" |
