diff options
| author | Léo Lam <leo@leolam.fr> | 2022-04-02 12:56:34 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-04-02 13:00:50 +0200 |
| commit | 15db815f862d3dc288d2680b665347b787dc20d2 (patch) | |
| tree | 99a8e28e5b369e4515bb0a5fa73a88c86b87615d /src/KingSystem/Physics | |
| parent | 68de65a9dfa555e69ef9e3cd5df44e68784d9ab1 (diff) | |
lib: Update agl
Diffstat (limited to 'src/KingSystem/Physics')
16 files changed, 52 insertions, 52 deletions
diff --git a/src/KingSystem/Physics/Cloth/physClothParam.h b/src/KingSystem/Physics/Cloth/physClothParam.h index 8aae4158..9eecaffc 100644 --- a/src/KingSystem/Physics/Cloth/physClothParam.h +++ b/src/KingSystem/Physics/Cloth/physClothParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> #include <prim/seadSafeString.h> diff --git a/src/KingSystem/Physics/Ragdoll/physRagdollConfig.h b/src/KingSystem/Physics/Ragdoll/physRagdollConfig.h index 5f65b895..031db8cc 100644 --- a/src/KingSystem/Physics/Ragdoll/physRagdollConfig.h +++ b/src/KingSystem/Physics/Ragdoll/physRagdollConfig.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterIO.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterIO.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadSafeArray.h> #include <hostio/seadHostIONode.h> #include <math/seadVector.h> diff --git a/src/KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.h b/src/KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.h index 7b851bd0..5fbe7a84 100644 --- a/src/KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.h +++ b/src/KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.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 <container/seadBuffer.h> #include "KingSystem/Resource/resResource.h" diff --git a/src/KingSystem/Physics/Ragdoll/physRagdollParam.h b/src/KingSystem/Physics/Ragdoll/physRagdollParam.h index 7d2bb935..42500ed7 100644 --- a/src/KingSystem/Physics/Ragdoll/physRagdollParam.h +++ b/src/KingSystem/Physics/Ragdoll/physRagdollParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <prim/seadSafeString.h> namespace ksys::phys { diff --git a/src/KingSystem/Physics/RigidBody/Shape/physShapeParamObj.h b/src/KingSystem/Physics/RigidBody/Shape/physShapeParamObj.h index 2f14c967..f999f9fe 100644 --- a/src/KingSystem/Physics/RigidBody/Shape/physShapeParamObj.h +++ b/src/KingSystem/Physics/RigidBody/Shape/physShapeParamObj.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 <container/seadBuffer.h> #include <prim/seadSafeString.h> #include "KingSystem/Physics/physDefines.h" diff --git a/src/KingSystem/Physics/RigidBody/physEdgeRigidBodyParam.h b/src/KingSystem/Physics/RigidBody/physEdgeRigidBodyParam.h index b2dcde84..a99a3dd3 100644 --- a/src/KingSystem/Physics/RigidBody/physEdgeRigidBodyParam.h +++ b/src/KingSystem/Physics/RigidBody/physEdgeRigidBodyParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> namespace ksys::phys { diff --git a/src/KingSystem/Physics/RigidBody/physRigidBodyParam.h b/src/KingSystem/Physics/RigidBody/physRigidBodyParam.h index 02f669bc..b2d4b7db 100644 --- a/src/KingSystem/Physics/RigidBody/physRigidBodyParam.h +++ b/src/KingSystem/Physics/RigidBody/physRigidBodyParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> #include <prim/seadRuntimeTypeInfo.h> #include "KingSystem/Physics/RigidBody/Shape/physShape.h" diff --git a/src/KingSystem/Physics/RigidBody/physRigidBodySetParam.h b/src/KingSystem/Physics/RigidBody/physRigidBodySetParam.h index b328eb28..0297aa0b 100644 --- a/src/KingSystem/Physics/RigidBody/physRigidBodySetParam.h +++ b/src/KingSystem/Physics/RigidBody/physRigidBodySetParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> namespace ksys::phys { 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" diff --git a/src/KingSystem/Physics/System/physCharacterControllerParam.h b/src/KingSystem/Physics/System/physCharacterControllerParam.h index e3a733b4..47aa0532 100644 --- a/src/KingSystem/Physics/System/physCharacterControllerParam.h +++ b/src/KingSystem/Physics/System/physCharacterControllerParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> #include <prim/seadEnum.h> diff --git a/src/KingSystem/Physics/System/physContactInfoParam.h b/src/KingSystem/Physics/System/physContactInfoParam.h index b6c60095..b6dc5df9 100644 --- a/src/KingSystem/Physics/System/physContactInfoParam.h +++ b/src/KingSystem/Physics/System/physContactInfoParam.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> namespace ksys::phys { diff --git a/src/KingSystem/Physics/System/physContactMgr.h b/src/KingSystem/Physics/System/physContactMgr.h index a5353f9b..4ffe2fc9 100644 --- a/src/KingSystem/Physics/System/physContactMgr.h +++ b/src/KingSystem/Physics/System/physContactMgr.h @@ -1,10 +1,10 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterIO.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> -#include <agl/Utils/aglResParameter.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterIO.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> +#include <agl/utl/aglResParameter.h> #include <container/seadBuffer.h> #include <container/seadOffsetList.h> #include <container/seadSafeArray.h> diff --git a/src/KingSystem/Physics/System/physMaterialTable.h b/src/KingSystem/Physics/System/physMaterialTable.h index 89dedf7d..2e917120 100644 --- a/src/KingSystem/Physics/System/physMaterialTable.h +++ b/src/KingSystem/Physics/System/physMaterialTable.h @@ -1,10 +1,10 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterIO.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> -#include <agl/Utils/aglResParameter.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterIO.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> +#include <agl/utl/aglResParameter.h> #include <container/seadSafeArray.h> #include "KingSystem/Physics/physDefines.h" #include "KingSystem/Utils/Types.h" diff --git a/src/KingSystem/Physics/System/physParamSet.h b/src/KingSystem/Physics/System/physParamSet.h index 450a1cb1..36a05c5b 100644 --- a/src/KingSystem/Physics/System/physParamSet.h +++ b/src/KingSystem/Physics/System/physParamSet.h @@ -1,8 +1,8 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> #include <container/seadBuffer.h> namespace ksys::res { diff --git a/src/KingSystem/Physics/System/physSystemData.h b/src/KingSystem/Physics/System/physSystemData.h index 91267807..4af94f81 100644 --- a/src/KingSystem/Physics/System/physSystemData.h +++ b/src/KingSystem/Physics/System/physSystemData.h @@ -1,10 +1,10 @@ #pragma once -#include <agl/Utils/aglParameter.h> -#include <agl/Utils/aglParameterIO.h> -#include <agl/Utils/aglParameterList.h> -#include <agl/Utils/aglParameterObj.h> -#include <agl/Utils/aglResParameter.h> +#include <agl/utl/aglParameter.h> +#include <agl/utl/aglParameterIO.h> +#include <agl/utl/aglParameterList.h> +#include <agl/utl/aglParameterObj.h> +#include <agl/utl/aglResParameter.h> #include <container/seadSafeArray.h> #include <prim/seadEnum.h> #include "KingSystem/Physics/physDefines.h" |
