mirror of
https://github.com/zeldaret/botw
synced 2026-06-08 04:07:15 -04:00
ksys/phys: Move RagdollControllerKeyList to Ragdoll folder
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user