ksys/phys: Move RagdollControllerKeyList to Ragdoll folder

This commit is contained in:
Léo Lam 2022-01-07 01:32:59 +01:00
parent 5ffa9564ca
commit 53c5d03420
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
4 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,8 @@ target_sources(uking PRIVATE
Ragdoll/physRagdollConfig.cpp
Ragdoll/physRagdollConfig.h
Ragdoll/physRagdollControllerKeyList.h
Ragdoll/physRagdollControllerKeyList.cpp
Ragdoll/physRagdollParam.cpp
Ragdoll/physRagdollParam.h
Ragdoll/physRagdollResource.cpp
@ -78,8 +80,6 @@ target_sources(uking PRIVATE
System/physMemSystem.h
System/physParamSet.cpp
System/physParamSet.h
System/physRagdollControllerKeyList.h
System/physRagdollControllerKeyList.cpp
System/physRigidContactPoints.cpp
System/physRigidContactPoints.h
System/physRigidContactPointsEx.cpp

View File

@ -1,4 +1,4 @@
#include "KingSystem/Physics/System/physRagdollControllerKeyList.h"
#include "KingSystem/Physics/Ragdoll/physRagdollControllerKeyList.h"
namespace ksys::phys {
@ -53,4 +53,4 @@ bool RagdollControllerKeyList::parse_(u8* data, size_t actualFileSize, sead::Hea
return true;
}
} // namespace ksys::phys
} // namespace ksys::phys

View File

@ -43,4 +43,4 @@ private:
sead::Buffer<RagdollControllerKey> buffer;
};
} // namespace ksys::phys
} // namespace ksys::phys

View File

@ -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"