diff options
| author | Léo Lam <leo@leolam.fr> | 2022-12-19 00:24:04 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-12-19 02:09:22 +0100 |
| commit | b4e6a4dac9bf3f283a81f8aa3ce438abf3609c7a (patch) | |
| tree | c9e143bf0d9432238eba8919d0a61294e8175d39 /src/KingSystem/Physics/System/physSystem.h | |
| parent | 50464f7435a9b74d764b6f9d5acc68c9eb20d1bc (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.h | 1 |
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; } |
