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/System | |
| parent | de0fd08acc676caad7dd2f445f221473d7cd4b75 (diff) | |
Update agl, nnSdk, sead
Diffstat (limited to 'src/KingSystem/System')
| -rw-r--r-- | src/KingSystem/System/VideoRecorder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KingSystem/System/VideoRecorder.h b/src/KingSystem/System/VideoRecorder.h index 79ab300f..bdd06f2e 100644 --- a/src/KingSystem/System/VideoRecorder.h +++ b/src/KingSystem/System/VideoRecorder.h @@ -1,9 +1,9 @@ #pragma once -#include <agl/utl/aglScreenShotMgr.h> #include <basis/seadNew.h> #include <heap/seadDisposer.h> #include <prim/seadSafeString.h> +#include <utility/aglScreenShotMgr.h> #include "KingSystem/Utils/Types.h" namespace ksys { @@ -28,4 +28,4 @@ private: KSYS_CHECK_SIZE_NX150(VideoRecorder, 0x148); -} // namespace ksys
\ No newline at end of file +} // namespace ksys |
