diff options
| author | RobbyV2 <robby@robby.blue> | 2026-07-29 09:27:42 -0400 |
|---|---|---|
| committer | RobbyV2 <robby@robby.blue> | 2026-07-30 09:09:55 -0400 |
| commit | 1e080b32ebdffedffcf2e7a5a3c002ce7bfe54f1 (patch) | |
| tree | e870bfc521638e1d88372d312aebb175709d7f21 /src/KingSystem/Physics/System/physSystem.h | |
| parent | cd3e7a9fbd5f76e23b4f4b837ee122659c60a4b3 (diff) | |
phys: match System contact listener and group handler functions
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index 1bd55360..67559001 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -14,6 +14,7 @@ namespace ksys::phys { class CollisionInfo; class ContactLayerCollisionInfo; class ContactLayerCollisionInfoGroup; +class ContactListener; class ContactMgr; class ContactPointInfo; class GroupFilter; @@ -151,8 +152,7 @@ private: GroupFilter* mEntityGroupFilter{}; GroupFilter* mSensorGroupFilter{}; sead::FixedPtrArray<GroupFilter, 2> mGroupFilters; - // FIXME: type - sead::FixedPtrArray<void*, 2> _128; + sead::FixedPtrArray<ContactListener, 2> mContactListeners; ContactMgr* mContactMgr; void* _150; StaticCompoundMgr* mStaticCompoundMgr; |
