diff options
Diffstat (limited to 'include/d/d_2dnumber.h')
| -rw-r--r-- | include/d/d_2dnumber.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/d/d_2dnumber.h b/include/d/d_2dnumber.h index 9839ce8e..3195ab30 100644 --- a/include/d/d_2dnumber.h +++ b/include/d/d_2dnumber.h @@ -83,7 +83,7 @@ public: class dDlst_2DOutFont_c { public: - void setLeftUpPos(f32, f32) {} + void setLeftUpPos(f32 x, f32 y) { mPosTopLeftX = x; mPosTopLeftY = y; } void initial(); void setPane(JUTFont*, fopMsgM_pane_class*, fopMsgM_pane_class*, fopMsgM_pane_class*, fopMsgM_pane_class*); @@ -107,6 +107,9 @@ public: /* 0x18 */ J2DPane* m18; /* 0x1C */ u8 m1C[0x20 - 0x1C]; /* 0x20 */ JUTFont* m20; + /* 0x24 */ u8 m24[0x30 - 0x24]; + /* 0x30 */ f32 mPosTopLeftX; + /* 0x34 */ f32 mPosTopLeftY; }; #endif /* D_2DNUMBER_H */ |
