summaryrefslogtreecommitdiff
path: root/src/KingSystem
diff options
context:
space:
mode:
authorMichael Zhao <44533763+Pistonight@users.noreply.github.com>2026-07-11 23:07:31 -0700
committerGitHub <noreply@github.com>2026-07-11 23:07:31 -0700
commit88da953350447728ecfdf58e0efdd413bc29e972 (patch)
treecbaba5ce6d57741808ff8a9f312d134b2eaab3f0 /src/KingSystem
parent87cd98b1fc74adf8562329b017d24050b41abf98 (diff)
parent5094381e62b3ca2100529641538f2707091d4acc (diff)
Merge pull request #178 from Nitr4m12/xlink2
lib: Add xlink2 decomp as submodule
Diffstat (limited to 'src/KingSystem')
-rw-r--r--src/KingSystem/ActorSystem/actActor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actActor.h b/src/KingSystem/ActorSystem/actActor.h
index fbd6d41d..2f29d713 100644
--- a/src/KingSystem/ActorSystem/actActor.h
+++ b/src/KingSystem/ActorSystem/actActor.h
@@ -8,7 +8,7 @@
#include <prim/seadSafeString.h>
#include <prim/seadTypedBitFlag.h>
#include <thread/seadAtomic.h>
-#include <xlink2/xlink2.h>
+#include <xlink2/xlink2Handle.h>
#include "KingSystem/ActorSystem/actActorEditorNode.h"
#include "KingSystem/ActorSystem/actBaseProc.h"
#include "KingSystem/ActorSystem/actBaseProcJobHandler.h"