diff options
| author | Léo Lam <leo@leolam.fr> | 2021-12-22 16:23:22 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-12-24 21:48:41 +0100 |
| commit | a816125247419be2a3b581e136d88b9ecf8a8a09 (patch) | |
| tree | 0f1e9bb9f994aa83a8a480883293a7e1be1547bd /src/KingSystem/Physics/System/physMemSystem.h | |
| parent | 19f019b0ffaccb850312dc172daad5957eaca1ef (diff) | |
ksys/phys: Finish SystemData and start implementing GroupFilter
Diffstat (limited to 'src/KingSystem/Physics/System/physMemSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physMemSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physMemSystem.h b/src/KingSystem/Physics/System/physMemSystem.h index 5866d072..3bd26cab 100644 --- a/src/KingSystem/Physics/System/physMemSystem.h +++ b/src/KingSystem/Physics/System/physMemSystem.h @@ -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; }; |
