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/System | |
| parent | 68de65a9dfa555e69ef9e3cd5df44e68784d9ab1 (diff) | |
lib: Update agl
Diffstat (limited to 'src/KingSystem/Physics/System')
6 files changed, 24 insertions, 24 deletions
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" |
