mirror of https://github.com/zeldaret/botw.git
ksys/phys: Move RagdollControllerKeyList to Ragdoll folder
This commit is contained in:
parent
5ffa9564ca
commit
53c5d03420
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -43,4 +43,4 @@ private:
|
|||
sead::Buffer<RagdollControllerKey> buffer;
|
||||
};
|
||||
|
||||
} // namespace ksys::phys
|
||||
} // namespace ksys::phys
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue