mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 21:30:47 -04:00
@@ -29,15 +29,19 @@ public:
|
||||
void setTevMode(JUTTexture*, JUtility::TColor, JUtility::TColor);
|
||||
|
||||
public:
|
||||
/* 0x0CC */ JUTTexture * mpFrameTexture[4];
|
||||
/* 0x0DC */ JUTTexture * mpContentsTexture;
|
||||
/* 0x0CC */ JUTTexture* mpFrameTexture1;
|
||||
/* 0x0D0 */ JUTTexture* mpFrameTexture2;
|
||||
/* 0x0D4 */ JUTTexture* mpFrameTexture3;
|
||||
/* 0x0D8 */ JUTTexture* mpFrameTexture4;
|
||||
/* 0x0DC */ JUTTexture* mpContentsTexture;
|
||||
/* 0x0E0 */ JGeometry::TBox2<f32> mWindowBox;
|
||||
/* 0x0F0 */ JUTPalette * mpPalette;
|
||||
/* 0x0F0 */ JUTPalette* mpPalette;
|
||||
/* 0x0F4 */ JUtility::TColor mColorTL;
|
||||
/* 0x0F8 */ JUtility::TColor mColorTR;
|
||||
/* 0x0FC */ JUtility::TColor mColorBL;
|
||||
/* 0x100 */ JUtility::TColor mColorBR;
|
||||
/* 0x104 */ JUtility::TColor mFrameColor[2];
|
||||
/* 0x104 */ JUtility::TColor mWhite;
|
||||
/* 0x108 */ JUtility::TColor mBlack;
|
||||
/* 0x10C */ s16 mTextureWidth;
|
||||
/* 0x10E */ s16 mTextureHeight;
|
||||
/* 0x110 */ u8 field_0x110;
|
||||
|
||||
Reference in New Issue
Block a user