summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem
diff options
context:
space:
mode:
authorThePixelGamer <thepixelmaster2354@gmail.com>2024-08-27 19:03:27 -0500
committerThePixelGamer <thepixelmaster2354@gmail.com>2024-08-28 07:41:29 -0500
commit878f95dffbc967c2d6f3ae5de14b46c4d7c8aceb (patch)
tree428b8fafe92f96b7601e638f2c6da53e2f52dd42 /src/KingSystem/ActorSystem
parentde0fd08acc676caad7dd2f445f221473d7cd4b75 (diff)
Update agl, nnSdk, sead
Diffstat (limited to 'src/KingSystem/ActorSystem')
-rw-r--r--src/KingSystem/ActorSystem/Awareness/actAwareness.cpp4
-rw-r--r--src/KingSystem/ActorSystem/Awareness/actAwarenessDefs.cpp2
-rw-r--r--src/KingSystem/ActorSystem/actAiParam.cpp2
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcJobQue.h2
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcMgr.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/KingSystem/ActorSystem/Awareness/actAwareness.cpp b/src/KingSystem/ActorSystem/Awareness/actAwareness.cpp
index 7eb1d243..4d4e8d67 100644
--- a/src/KingSystem/ActorSystem/Awareness/actAwareness.cpp
+++ b/src/KingSystem/ActorSystem/Awareness/actAwareness.cpp
@@ -1,9 +1,9 @@
#include "KingSystem/ActorSystem/Awareness/actAwareness.h"
-#include <agl/utl/aglParameter.h>
-#include <agl/utl/aglResParameter.h>
#include <container/seadSafeArray.h>
#include <cstring>
#include <prim/seadScopedLock.h>
+#include <utility/aglParameter.h>
+#include <utility/aglResParameter.h>
#include "KingSystem/ActorSystem/Awareness/actAwarenessDefs.h"
#include "KingSystem/ActorSystem/Awareness/actAwarenessInstance.h"
#include "KingSystem/Resource/resHandle.h"
diff --git a/src/KingSystem/ActorSystem/Awareness/actAwarenessDefs.cpp b/src/KingSystem/ActorSystem/Awareness/actAwarenessDefs.cpp
index 5ade34dd..a6f3b30d 100644
--- a/src/KingSystem/ActorSystem/Awareness/actAwarenessDefs.cpp
+++ b/src/KingSystem/ActorSystem/Awareness/actAwarenessDefs.cpp
@@ -1,6 +1,6 @@
#include "KingSystem/ActorSystem/Awareness/actAwarenessDefs.h"
-#include <agl/utl/aglParameter.h>
#include <container/seadSafeArray.h>
+#include <utility/aglParameter.h>
namespace ksys::act {
diff --git a/src/KingSystem/ActorSystem/actAiParam.cpp b/src/KingSystem/ActorSystem/actAiParam.cpp
index c54affc6..fe35fb29 100644
--- a/src/KingSystem/ActorSystem/actAiParam.cpp
+++ b/src/KingSystem/ActorSystem/actAiParam.cpp
@@ -1,5 +1,5 @@
#include "KingSystem/ActorSystem/actAiParam.h"
-#include <agl/utl/aglParameter.h>
+#include <utility/aglParameter.h>
#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actAiClassDef.h"
#include "KingSystem/ActorSystem/actAiInlineParam.h"
diff --git a/src/KingSystem/ActorSystem/actBaseProcJobQue.h b/src/KingSystem/ActorSystem/actBaseProcJobQue.h
index 8e8fd35f..9d098f06 100644
--- a/src/KingSystem/ActorSystem/actBaseProcJobQue.h
+++ b/src/KingSystem/ActorSystem/actBaseProcJobQue.h
@@ -1,12 +1,12 @@
#pragma once
-#include <agl/utl/aglAtomicPtrArray.h>
#include <array>
#include <basis/seadTypes.h>
#include <container/seadSafeArray.h>
#include <mc/seadJob.h>
#include <mc/seadJobQueue.h>
#include <thread/seadAtomic.h>
+#include <utility/aglAtomicPtrArray.h>
#include "KingSystem/ActorSystem/actBaseProcJob.h"
#include "KingSystem/Utils/Types.h"
diff --git a/src/KingSystem/ActorSystem/actBaseProcMgr.h b/src/KingSystem/ActorSystem/actBaseProcMgr.h
index 6ac3a762..26c5d97c 100644
--- a/src/KingSystem/ActorSystem/actBaseProcMgr.h
+++ b/src/KingSystem/ActorSystem/actBaseProcMgr.h
@@ -1,6 +1,5 @@
#pragma once
-#include <agl/utl/aglAtomicPtrArray.h>
#include <container/seadBuffer.h>
#include <container/seadOffsetList.h>
#include <container/seadPtrArray.h>
@@ -12,6 +11,7 @@
#include <prim/seadTypedBitFlag.h>
#include <thread/seadAtomic.h>
#include <thread/seadCriticalSection.h>
+#include <utility/aglAtomicPtrArray.h>
#include "KingSystem/ActorSystem/actBaseProc.h"
#include "KingSystem/ActorSystem/actBaseProcJob.h"
#include "KingSystem/ActorSystem/actBaseProcMap.h"