summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-23 00:56:51 +0100
committerLéo Lam <leo@leolam.fr>2022-03-23 00:57:43 +0100
commite10e8dcac7022b1572dd8d92db06f1917c0c3141 (patch)
tree885c24df685ac6ffc88e9ab8b90a3cd496eba7c7 /src/KingSystem/Physics
parenta86fb2a9ed3ba912c9399fcb3a494554be372c1c (diff)
data: Update function list
Diffstat (limited to 'src/KingSystem/Physics')
-rw-r--r--src/KingSystem/Physics/StaticCompound/physStaticCompound.cpp2
-rw-r--r--src/KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.cpp4
-rw-r--r--src/KingSystem/Physics/StaticCompound/physStaticCompoundUtil.h5
3 files changed, 6 insertions, 5 deletions
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompound.cpp b/src/KingSystem/Physics/StaticCompound/physStaticCompound.cpp
index 1bf1ae18..b18e0201 100644
--- a/src/KingSystem/Physics/StaticCompound/physStaticCompound.cpp
+++ b/src/KingSystem/Physics/StaticCompound/physStaticCompound.cpp
@@ -2,8 +2,8 @@
#include <Havok/Common/Serialize/Util/hkNativePackfileUtils.h>
#include <Havok/Common/Serialize/Util/hkRootLevelContainer.h>
#include <Havok/Physics2012/Utilities/Serialize/hkpPhysicsData.h>
-#include "KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.h"
#include "KingSystem/Physics/StaticCompound/physStaticCompoundInfo.h"
+#include "KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.h"
#include "KingSystem/Utils/Debug.h"
#include "KingSystem/Utils/HeapUtil.h"
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.cpp b/src/KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.cpp
index 756ebaae..830ecb19 100644
--- a/src/KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.cpp
+++ b/src/KingSystem/Physics/StaticCompound/physStaticCompoundRigidBodyGroup.cpp
@@ -29,8 +29,8 @@ StaticCompoundRigidBodyGroup::~StaticCompoundRigidBodyGroup() {
mRigidBodies.freeBuffer();
}
-void StaticCompoundRigidBodyGroup::init(const hkpPhysicsSystem& system, sead::Matrix34f* mtx, StaticCompound* sc,
- sead::Heap* heap) {
+void StaticCompoundRigidBodyGroup::init(const hkpPhysicsSystem& system, sead::Matrix34f* mtx,
+ StaticCompound* sc, sead::Heap* heap) {
mStaticCompound = sc;
mMtxPtr = mtx;
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompoundUtil.h b/src/KingSystem/Physics/StaticCompound/physStaticCompoundUtil.h
index 70aa5243..976a6889 100644
--- a/src/KingSystem/Physics/StaticCompound/physStaticCompoundUtil.h
+++ b/src/KingSystem/Physics/StaticCompound/physStaticCompoundUtil.h
@@ -24,8 +24,9 @@ bool getMaterialMaskFromCollidable(RigidBodyCollisionMasks* p_masks, u32* p_coll
const hkpShape& shape, const u32* shape_key);
// 0x0000007100fd09d0
-void getBodyGroupAndObjectFromSCShape(StaticCompoundRigidBodyGroup** p_body_group, map::Object** p_object,
- const hkpShape& shape, const u32* shape_key);
+void getBodyGroupAndObjectFromSCShape(StaticCompoundRigidBodyGroup** p_body_group,
+ map::Object** p_object, const hkpShape& shape,
+ const u32* shape_key);
// 0x0000007100fd0a1c
u32 getCollisionFilterInfoFromCollidable(RigidBodyCollisionMasks* p_masks,