diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-01 19:48:35 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-01 19:50:47 +0100 |
| commit | 35cc8dd9ee6ed41dffc71da40f0981d1d002b6d0 (patch) | |
| tree | d239e7aa5b9e44040a60e8eec6b5def655db049d /src/KingSystem/Physics/System/physSystem.h | |
| parent | 6077a63ea632d5d6a8df7a820c153a7e0444f612 (diff) | |
ksys/phys: Add RigidBody::setCollisionInfo
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
