summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physInstanceSet.h
diff options
context:
space:
mode:
authorRobbyV2 <robby@robby.blue>2026-07-28 21:08:32 -0400
committerRobbyV2 <robby@robby.blue>2026-07-28 21:08:32 -0400
commitab0fe61df92de08e5f8ea4a7a991a0e49a515b3e (patch)
tree53c867b87c27fb54bef2c45319c0e0abecb91a24 /src/KingSystem/Physics/System/physInstanceSet.h
parent88da953350447728ecfdf58e0efdd413bc29e972 (diff)
Match Actor::getCharacterController
Diffstat (limited to 'src/KingSystem/Physics/System/physInstanceSet.h')
-rw-r--r--src/KingSystem/Physics/System/physInstanceSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physInstanceSet.h b/src/KingSystem/Physics/System/physInstanceSet.h
index 58e6e138..ed73d68d 100644
--- a/src/KingSystem/Physics/System/physInstanceSet.h
+++ b/src/KingSystem/Physics/System/physInstanceSet.h
@@ -58,6 +58,7 @@ public:
const sead::SafeString& getName() const { return mName; }
const ParamSet* getParamSet() const { return mParamSet; }
+ CharacterController* getCharacterController() const { return mCharacterController; }
void setFlag2();
void clothVisibleStuff();