ksys/phys: Finish SystemData and start implementing GroupFilter

This commit is contained in:
Léo Lam
2021-12-22 16:23:22 +01:00
parent 19f019b0ff
commit a816125247
10 changed files with 339 additions and 75 deletions
@@ -6,6 +6,7 @@
namespace ksys::phys {
class RigidBody;
class SystemGroupHandler;
class MemSystem {
SEAD_SINGLETON_DISPOSER(MemSystem)
@@ -14,6 +15,8 @@ public:
void sub_7100FA6C8C(bool, RigidBody*);
};
void removeSystemGroupHandler(SystemGroupHandler* handler);
u8 _20[0x140];
Struct160* _160;
};