diff options
| author | compugab <compugab@hotmail.com> | 2026-06-01 20:37:33 -0400 |
|---|---|---|
| committer | compugab <compugab@hotmail.com> | 2026-06-01 20:37:33 -0400 |
| commit | 56d4b05e1ea85058b9717cdfb6e5616eee6ec1a5 (patch) | |
| tree | 4e03e7ca9dc0aa6f92b85de667925425aaa7e285 /include | |
| parent | e38638e761ef55db07ad6e92387e663ce5b1a75b (diff) | |
match d_lyt_map_capture
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_stage.h | 3 | ||||
| -rw-r--r-- | include/d/lyt/d_lyt_map_capture.h | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h index 4fd84d96..506fa868 100644 --- a/include/d/d_stage.h +++ b/include/d/d_stage.h @@ -42,9 +42,12 @@ class MapRelated { bool c; }; + + public: MapRelated(); ~MapRelated(); + int fn_801B5970(const GXTexObj*); /* 0x000 */ mHeapAllocator_c mAllocator; /* 0x01C */ Child mChildren[8]; /* 0x0FC */ mVec3_c field_0x0FC; diff --git a/include/d/lyt/d_lyt_map_capture.h b/include/d/lyt/d_lyt_map_capture.h index c9e0dcf5..d47e1265 100644 --- a/include/d/lyt/d_lyt_map_capture.h +++ b/include/d/lyt/d_lyt_map_capture.h @@ -5,6 +5,7 @@ #include "nw4r/lyt/lyt_picture.h" #include "s/s_State.hpp" #include "s/s_StateID.hpp" +#include "m/m_vec.h" class dLytMapCapture_c { public: @@ -31,8 +32,8 @@ public: void execute(); bool isBusyRendering() const; - - + void fn_8012D610(mVec3_c *out); + void fn_8012D6D0(mVec3_c *out); private: void fn_8012D6F0(); |
