summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-04-23 14:51:42 +0200
committerLéo Lam <leo@leolam.fr>2021-04-23 19:16:18 +0200
commitf98b6b0dbaf342ca8ae4ea0b4666ff0cb4e891c7 (patch)
tree712b284a9bc675121960ed2010a9e63caaecca86 /src/KingSystem/ActorSystem
parent6518fe5c73ab1e762361ea332325c59d9933e7b5 (diff)
ksys/res: Start adding AttCheck
Most of the check() functions are unimplemented because they require doing more physics/collision stuff.
Diffstat (limited to 'src/KingSystem/ActorSystem')
-rw-r--r--src/KingSystem/ActorSystem/actActorParamMgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActorParamMgr.cpp b/src/KingSystem/ActorSystem/actActorParamMgr.cpp
index 9409ea15..55da4fcb 100644
--- a/src/KingSystem/ActorSystem/actActorParamMgr.cpp
+++ b/src/KingSystem/ActorSystem/actActorParamMgr.cpp
@@ -12,7 +12,6 @@
#include "KingSystem/Resource/resResourceAnimInfo.h"
#include "KingSystem/Resource/resResourceArchive.h"
#include "KingSystem/Resource/resResourceAttClient.h"
-#include "KingSystem/Resource/resResourceAttClientList.h"
#include "KingSystem/Resource/resResourceAwareness.h"
#include "KingSystem/Resource/resResourceBoneControl.h"
#include "KingSystem/Resource/resResourceChemical.h"