diff options
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); |
