diff options
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/d_stage.h | 1 | ||||
| -rw-r--r-- | include/d/lyt/d_lyt_map_capture.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h index 506fa868..60c79aa5 100644 --- a/include/d/d_stage.h +++ b/include/d/d_stage.h @@ -92,6 +92,7 @@ public: void fn_801B4B80(u32 mapParams, const mVec3_c ¢er, const mVec3_c &size); void fn_801B4C70(const mVec3_c &); void fn_801B50C0(s32); + const mVec3_c &fn_801B4C90() const; const mVec3_c &fn_801B4CB0() const; s32 fn_801B4F10(s32 roomid, const mVec3_c &position) const; }; diff --git a/include/d/lyt/d_lyt_map_capture.h b/include/d/lyt/d_lyt_map_capture.h index d47e1265..4dec80a2 100644 --- a/include/d/lyt/d_lyt_map_capture.h +++ b/include/d/lyt/d_lyt_map_capture.h @@ -33,6 +33,7 @@ public: void execute(); bool isBusyRendering() const; void fn_8012D610(mVec3_c *out); + void fn_8012D670(mVec3_c *out); void fn_8012D6D0(mVec3_c *out); private: |
