From 25427f1b4cd1da799b392ceed1dd778fdc5daa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 20 Dec 2022 23:25:21 +0100 Subject: ksys/phys: Add RagdollController (the real one, not RagdollInstance) --- src/KingSystem/Physics/System/physSystem.h | 3 +++ 1 file changed, 3 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 a8c94b0b..07f6b501 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -20,6 +20,7 @@ class GroupFilter; class LayerContactPointInfo; class MaterialTable; class RayCastForRequest; +class RagdollControllerKeyList; class RagdollInstanceMgr; class RigidBody; class RigidBodyRequestMgr; @@ -109,6 +110,8 @@ public: RayCastForRequest* allocRayCastRequest(SystemGroupHandler* group_handler = nullptr, GroundHit ground_hit = GroundHit::HitAll); + RagdollControllerKeyList* getRagdollCtrlKeyList() const; + // TODO: rename // 0x0000007101216c60 void setEntityContactListenerField90(bool value); -- cgit v1.2.3