mirror of
https://github.com/zeldaret/botw
synced 2026-06-09 04:29:49 -04:00
ksys/phys: Move RigidBodyRequestMgr to its own header
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user