From b2a66ca8586d435dc417d0d9aa65e6b445fe9855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 2 Mar 2022 01:18:25 +0100 Subject: ksys/phys: ContactPointInfoEx -> ContactLayerContactPointInfo Turns out it's the equivalent to ContactLayerCollisionInfo. --- src/KingSystem/Physics/System/physSystem.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/KingSystem/Physics/System/physSystem.h') diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index 12339455..9ad2a173 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -16,7 +16,7 @@ class MaterialTable; class RigidBody; class RigidBodyRequestMgr; class ContactPointInfo; -class ContactPointInfoEx; +class LayerContactPointInfo; class SystemData; class SystemGroupHandler; @@ -47,16 +47,16 @@ public: 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; + LayerContactPointInfo* allocLayerContactPointInfo(sead::Heap* heap, int num, int num2, + const sead::SafeString& name, int a, int b, + int c) const; + void freeLayerContactPointInfo(LayerContactPointInfo* info) const; void registerContactPointInfo(ContactPointInfo* info) const; // 0x000000710121696c void registerCollisionInfo(CollisionInfo* info) const; // 0x0000007101216974 - void registerContactPointLayerPair(ContactPointInfoEx* info, ContactLayer layer1, + void registerContactPointLayerPair(LayerContactPointInfo* info, ContactLayer layer1, ContactLayer layer2, bool enabled); // 0x00000071012169a4 -- cgit v1.2.3