From 35cc8dd9ee6ed41dffc71da40f0981d1d002b6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 1 Mar 2022 19:48:35 +0100 Subject: ksys/phys: Add RigidBody::setCollisionInfo --- src/KingSystem/Physics/System/physSystem.h | 3 +++ 1 file changed, 3 insertions(+) (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 3e08d3e1..12339455 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -53,6 +53,9 @@ public: void freeContactPointInfoEx(ContactPointInfoEx* info) const; void registerContactPointInfo(ContactPointInfo* info) const; + // 0x000000710121696c + void registerCollisionInfo(CollisionInfo* info) const; + // 0x0000007101216974 void registerContactPointLayerPair(ContactPointInfoEx* info, ContactLayer layer1, ContactLayer layer2, bool enabled); -- cgit v1.2.3