diff options
| author | Michael Zhao <44533763+Pistonight@users.noreply.github.com> | 2026-07-11 23:07:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-11 23:07:31 -0700 |
| commit | 88da953350447728ecfdf58e0efdd413bc29e972 (patch) | |
| tree | cbaba5ce6d57741808ff8a9f312d134b2eaab3f0 /src | |
| parent | 87cd98b1fc74adf8562329b017d24050b41abf98 (diff) | |
| parent | 5094381e62b3ca2100529641538f2707091d4acc (diff) | |
Merge pull request #178 from Nitr4m12/xlink2
lib: Add xlink2 decomp as submodule
Diffstat (limited to 'src')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActor.h | 2 |
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" |
