diff options
| author | ThePixelGamer <thepixelmaster2354@gmail.com> | 2024-08-27 19:03:27 -0500 |
|---|---|---|
| committer | ThePixelGamer <thepixelmaster2354@gmail.com> | 2024-08-28 07:41:29 -0500 |
| commit | 878f95dffbc967c2d6f3ae5de14b46c4d7c8aceb (patch) | |
| tree | 428b8fafe92f96b7601e638f2c6da53e2f52dd42 /src/KingSystem/ActorSystem/actBaseProcJobQue.h | |
| parent | de0fd08acc676caad7dd2f445f221473d7cd4b75 (diff) | |
Update agl, nnSdk, sead
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcJobQue.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcJobQue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
