diff options
Diffstat (limited to 'src/KingSystem/Physics/SupportBone')
| -rw-r--r-- | src/KingSystem/Physics/SupportBone/physSupportBoneParam.h | 4 | ||||
| -rw-r--r-- | src/KingSystem/Physics/SupportBone/physSupportBoneResource.h | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/KingSystem/Physics/SupportBone/physSupportBoneParam.h b/src/KingSystem/Physics/SupportBone/physSupportBoneParam.h index 54832016..b5b1e4a3 100644 --- a/src/KingSystem/Physics/SupportBone/physSupportBoneParam.h +++ b/src/KingSystem/Physics/SupportBone/physSupportBoneParam.h @@ -1,7 +1,7 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterObj.h> #include <hostio/seadHostIONode.h> namespace ksys::phys { diff --git a/src/KingSystem/Physics/SupportBone/physSupportBoneResource.h b/src/KingSystem/Physics/SupportBone/physSupportBoneResource.h index 21401c6b..da19e5f7 100644 --- a/src/KingSystem/Physics/SupportBone/physSupportBoneResource.h +++ b/src/KingSystem/Physics/SupportBone/physSupportBoneResource.h @@ -1,9 +1,9 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterIO.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterIO.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> #include <resource/seadResource.h> #include "KingSystem/Utils/Types.h" |
