diff options
| author | Brian Savage <savage13@gmail.com> | 2022-01-29 11:43:30 -0500 |
|---|---|---|
| committer | Brian Savage <savage13@gmail.com> | 2022-01-29 17:37:42 -0500 |
| commit | 3bb33875b31bc53b3161ac2b58741b44a005d803 (patch) | |
| tree | 79e387fd4ac89866ad5ceb671f66bf477619a8e9 /src/KingSystem/Physics/StaticCompound | |
| parent | 93bc93051cbf112541d7e790a639e348a28ee7a5 (diff) | |
More PlacementMap functions
Diffstat (limited to 'src/KingSystem/Physics/StaticCompound')
| -rw-r--r-- | src/KingSystem/Physics/StaticCompound/physStaticCompound.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/StaticCompound/physStaticCompound.h b/src/KingSystem/Physics/StaticCompound/physStaticCompound.h index aa0615aa..e5e61505 100644 --- a/src/KingSystem/Physics/StaticCompound/physStaticCompound.h +++ b/src/KingSystem/Physics/StaticCompound/physStaticCompound.h @@ -44,6 +44,9 @@ public: void cleanUp(); bool calledFromMapDtor(); int getNumFieldBodyGroups() const { return mFieldBodyGroups.size(); } + bool x_3(); + void x_4(); + StaticCompound* sub_7100FCAD0C(sead::Matrix34f& mtx); private: enum class Flag { |
