summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystem.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-19 18:57:46 +0100
committerLéo Lam <leo@leolam.fr>2022-03-20 02:32:10 +0100
commit12505b637929babfe55df9ffd91adc51af3dcdc7 (patch)
treec1b69acabc4d6c08e2ee11461bd5059748420f12 /src/KingSystem/Physics/System/physSystem.h
parent9b45b053027326f90dcc0c2a22f2576645db0fbd (diff)
ksys/phys: Implement world/shape casting RayCast functions
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
-rw-r--r--src/KingSystem/Physics/System/physSystem.h5
1 files changed, 5 insertions, 0 deletions
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;