mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
d_s_name minor work
This commit is contained in:
@@ -83,11 +83,11 @@ public:
|
||||
bool isConnectParent() const { return mIsConnectParent; }
|
||||
void show() { mVisible = true; }
|
||||
void hide() { mVisible = false; }
|
||||
bool isVisible() { return mVisible; }
|
||||
|
||||
void getBounds() {}
|
||||
void getGlbBounds() {}
|
||||
void getRotate() const {}
|
||||
void isVisible() {}
|
||||
void place(const JGeometry::TBox2<f32>&) {}
|
||||
void rotate(f32) {}
|
||||
void rotate(f32, f32, J2DRotateAxis, f32) {}
|
||||
|
||||
@@ -151,7 +151,7 @@ public:
|
||||
/* 0x474 */ fopMsgM_pane_class field_0x474;
|
||||
/* 0x4AC */ fopMsgM_pane_class field_0x4ac;
|
||||
/* 0x4E4 */ fopMsgM_pane_class field_0x4e4;
|
||||
/* 0x41C */ fopMsgM_pane_class field_0x51c;
|
||||
/* 0x51C */ fopMsgM_pane_class field_0x51c;
|
||||
/* 0x554 */ u8 mMainProc;
|
||||
/* 0x555 */ u8 field_0x555;
|
||||
/* 0x556 */ u8 field_0x556;
|
||||
|
||||
Reference in New Issue
Block a user