summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physMemSystem.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-12-22 16:23:22 +0100
committerLéo Lam <leo@leolam.fr>2021-12-24 21:48:41 +0100
commita816125247419be2a3b581e136d88b9ecf8a8a09 (patch)
tree0f1e9bb9f994aa83a8a480883293a7e1be1547bd /src/KingSystem/Physics/System/physMemSystem.h
parent19f019b0ffaccb850312dc172daad5957eaca1ef (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.h3
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;
};