summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystem.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-01 18:52:50 +0100
committerLéo Lam <leo@leolam.fr>2022-03-01 19:12:29 +0100
commit1ee012858c2c1f348e9ede0b26f36ffc0e1fa8b3 (patch)
tree227b55f2fe20cf0bc07f71091d779b7055978140 /src/KingSystem/Physics/System/physSystem.h
parent18d0c5329327c5d0841e6c446f6453e6c3850ece (diff)
ksys: Rename RigidContactPoints to match param files
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
-rw-r--r--src/KingSystem/Physics/System/physSystem.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h
index 06dbc551..14b8f365 100644
--- a/src/KingSystem/Physics/System/physSystem.h
+++ b/src/KingSystem/Physics/System/physSystem.h
@@ -14,8 +14,8 @@ class GroupFilter;
class MaterialTable;
class RigidBody;
class RigidBodyRequestMgr;
-class RigidContactPoints;
-class RigidContactPointsEx;
+class ContactPointInfo;
+class ContactPointInfoEx;
class SystemData;
class SystemGroupHandler;
@@ -42,15 +42,17 @@ public:
void initSystemData(sead::Heap* heap);
- RigidContactPoints* allocContactPoints(sead::Heap* heap, int num, const sead::SafeString& name,
- int a, int b, int c) const;
- void freeContactPoints(RigidContactPoints* points) const;
- RigidContactPointsEx* allocContactPointsEx(sead::Heap* heap, int num, int num2,
- const sead::SafeString& name, int a, int b,
- int c) const;
- void freeContactPointsEx(RigidContactPointsEx* points) const;
- void registerContactPoints(RigidContactPoints* points) const;
- void registerContactPointLayerPair(RigidContactPointsEx* points, ContactLayer layer1,
+ ContactPointInfo* allocContactPointInfo(sead::Heap* heap, int num, const sead::SafeString& name,
+ int a, int b, int c) const;
+ void freeContactPointInfo(ContactPointInfo* info) const;
+
+ ContactPointInfoEx* allocContactPointsEx(sead::Heap* heap, int num, int num2,
+ const sead::SafeString& name, int a, int b,
+ int c) const;
+ void freeContactPointInfoEx(ContactPointInfoEx* info) const;
+
+ void registerContactPointInfo(ContactPointInfo* info) const;
+ void registerContactPointLayerPair(ContactPointInfoEx* info, ContactLayer layer1,
ContactLayer layer2, bool enabled);
// 0x0000007101216a20