From 12505b637929babfe55df9ffd91adc51af3dcdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 19 Mar 2022 18:57:46 +0100 Subject: ksys/phys: Implement world/shape casting RayCast functions --- src/KingSystem/Physics/System/physSystem.h | 5 +++++ 1 file changed, 5 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 8c61d82d..6b130476 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -102,6 +102,11 @@ public: // 0x0000007101216814 bool getEntityContactListenerField91() const; + // 0x000000710121682c + void incrementWorldUnkCounter(ContactLayerType layer_type); + // 0x000000710121684c + void decrementWorldUnkCounter(ContactLayerType layer_type); + // 0x0000007101216cec sead::Heap* getPhysicsTempHeap(LowPriority low_priority) const; -- cgit v1.2.3