ksys/phys: Implement the rest of the easy RagdollController functions

This commit is contained in:
Léo Lam
2022-12-19 00:24:04 +01:00
parent 50464f7435
commit b4e6a4dac9
4 changed files with 170 additions and 22 deletions
@@ -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; }