diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-07 01:32:59 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-07 01:33:26 +0100 |
| commit | 53c5d0342027160ab9c0f7fb2f9fd44d8dd7ac1a (patch) | |
| tree | fb2bfee62e94cc8a4802dc31bea23fb9ec5108e2 /src/KingSystem/Physics/System/physSystemData.cpp | |
| parent | 5ffa9564ca8d1e4946a1f1ccd0d8728ed95ce8b3 (diff) | |
ksys/phys: Move RagdollControllerKeyList to Ragdoll folder
Diffstat (limited to 'src/KingSystem/Physics/System/physSystemData.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystemData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physSystemData.cpp b/src/KingSystem/Physics/System/physSystemData.cpp index 825edf69..71ff60ac 100644 --- a/src/KingSystem/Physics/System/physSystemData.cpp +++ b/src/KingSystem/Physics/System/physSystemData.cpp @@ -1,8 +1,8 @@ #include "KingSystem/Physics/System/physSystemData.h" +#include "KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.h" #include "KingSystem/Physics/System/physContactMgr.h" #include "KingSystem/Physics/System/physGroupFilter.h" #include "KingSystem/Physics/System/physMaterialTable.h" -#include "KingSystem/Physics/System/physRagdollControllerKeyList.h" #include "KingSystem/Resource/resHandle.h" #include "KingSystem/Resource/resLoadRequest.h" |
