summaryrefslogtreecommitdiff
path: root/include/d/lyt
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2026-06-26 22:04:36 +0200
committerGitHub <noreply@github.com>2026-06-26 22:04:36 +0200
commite6c69576b45e355c3218cd8c183bf14392c7b591 (patch)
treee385139c8885aa42940fa9a92ef0aeb51f10a9c9 /include/d/lyt
parent563dc67401782690a248a5775cce14a3c2bc98f4 (diff)
parent895ee9eb032ceae947b717b9008739bdb8e24865 (diff)
Merge pull request #333 from compugab/finishing-d_lyt_map_capture
matching d_lyt_map_capture and helping functions in d_stage
Diffstat (limited to 'include/d/lyt')
-rw-r--r--include/d/lyt/d_lyt_map_capture.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/d/lyt/d_lyt_map_capture.h b/include/d/lyt/d_lyt_map_capture.h
index 4dec80a2..b227270c 100644
--- a/include/d/lyt/d_lyt_map_capture.h
+++ b/include/d/lyt/d_lyt_map_capture.h
@@ -2,14 +2,14 @@
#define D_LYT_MAP_CAPTURE_H
#include "common.h"
+#include "m/m_vec.h"
#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:
- dLytMapCapture_c() :mStateMgr(*this), mpPicture(nullptr) {
+ dLytMapCapture_c() : mStateMgr(*this), mpPicture(nullptr) {
mRenderRequest = false;
mIsBusyRendering = false;
field_0x06C = 0.0f;
@@ -25,11 +25,11 @@ public:
void renderRequest() {
mRenderRequest = true;
}
-
+
void setPicture(nw4r::lyt::Picture *pic) {
mpPicture = pic;
}
-
+
void execute();
bool isBusyRendering() const;
void fn_8012D610(mVec3_c *out);
@@ -38,7 +38,7 @@ public:
private:
void fn_8012D6F0();
- void fn_8012D800(nw4r::lyt::Pane *pane, const GXTexObj *texObj);
+ void fn_8012D800(nw4r::lyt::Pane *pane, GXTexObj *texObj);
/* 0x004 */ UI_STATE_MGR_DECLARE(dLytMapCapture_c);
/* 0x040 */ nw4r::lyt::Picture *mpPicture;