summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystem.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-12-19 00:24:04 +0100
committerLéo Lam <leo@leolam.fr>2022-12-19 02:09:22 +0100
commitb4e6a4dac9bf3f283a81f8aa3ce438abf3609c7a (patch)
treec9e143bf0d9432238eba8919d0a61294e8175d39 /src/KingSystem/Physics/System/physSystem.h
parent50464f7435a9b74d764b6f9d5acc68c9eb20d1bc (diff)
ksys/phys: Implement the rest of the easy RagdollController functions
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
-rw-r--r--src/KingSystem/Physics/System/physSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h
index d5d259d5..436e4727 100644
--- a/src/KingSystem/Physics/System/physSystem.h
+++ b/src/KingSystem/Physics/System/physSystem.h
@@ -42,6 +42,7 @@ class System {
public:
float get64() const { return _64; }
+ float get6c() const { return _6c; }
float getTimeFactor() const { return mTimeFactor; }
ContactMgr* getContactMgr() const { return mContactMgr; }
StaticCompoundMgr* getStaticCompoundMgr() const { return mStaticCompoundMgr; }