ksys/phys: Move RigidBodyRequestMgr to its own header

This commit is contained in:
Léo Lam
2022-01-16 15:55:42 +01:00
parent 2a8dc8ad25
commit 99b913f86d
5 changed files with 17 additions and 5 deletions
@@ -13,16 +13,12 @@ class ContactMgr;
class GroupFilter;
class MaterialTable;
class RigidBody;
class RigidBodyRequestMgr;
class RigidContactPoints;
class RigidContactPointsEx;
class SystemData;
class SystemGroupHandler;
// FIXME: obviously incomplete. Also this should be moved to its own header
struct RigidBodyRequestMgr {
void sub_7100FA6C8C(bool, RigidBody*);
};
enum class IsIndoorStage {
No,
Yes,