Work on d_jdpreviwer (#3067)

This commit is contained in:
hatal175
2026-01-26 07:20:02 +02:00
committed by GitHub
parent 7883248acc
commit be3efedee3
7 changed files with 160 additions and 3 deletions
+7 -2
View File
@@ -2,6 +2,7 @@
#define D_JPREVIEWER_H
#include <dolphin/mtx.h>
#include "JSystem/JStudio/JStudio_JPreviewer/control.h"
namespace JStudio {
class TControl;
@@ -13,7 +14,7 @@ class JUTGamePad;
class JUTResFont;
class tParse_;
class dJprevCtrl_c /* : public JStudioPreviewer::TControl */ {
class dJprevCtrl_c : public JStudioPreviewer::TControl {
public:
};
@@ -21,9 +22,13 @@ public:
class dJprev_c {
public:
dJprev_c(JStudio::TControl*, const JUTGamePad&);
~dJprev_c();
void show3D(Mtx);
void show2D();
void create(JStudio::TControl* pControl, const JUTGamePad& pad);
void remove();
void update();
static dJprev_c* get() { return m_myObj; }
@@ -34,7 +39,7 @@ public:
/* 0x08 */ JKRExpHeap* mHeap;
/* 0x0C */ tParse_* m_parse;
/* 0x10 */ dJprevCtrl_c* mControl;
/* 0x14 */ u8 field_0x14;
/* 0x14 */ s8 mHIOId;
};
#endif /* D_JPREVIEWER_H */