ksys: Forward declare Actor where possible

Reduces build times when Actor.h is modified.
This commit is contained in:
Léo Lam
2021-10-17 00:08:33 +02:00
parent 28515aceb5
commit 8056fb3881
7 changed files with 15 additions and 3 deletions
+1
View File
@@ -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"