mirror of
https://github.com/zeldaret/ss
synced 2026-07-10 06:26:47 -04:00
Cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
dLytCommonArrow_c();
|
||||
virtual ~dLytCommonArrow_c() {}
|
||||
|
||||
bool init();
|
||||
bool build();
|
||||
|
||||
STATE_FUNC_DECLARE(dLytCommonArrow_c, None);
|
||||
STATE_FUNC_DECLARE(dLytCommonArrow_c, In);
|
||||
@@ -20,20 +20,20 @@ public:
|
||||
STATE_FUNC_DECLARE(dLytCommonArrow_c, Out);
|
||||
|
||||
void setState(s32 state);
|
||||
bool addToDrawList();
|
||||
bool draw();
|
||||
|
||||
bool fn_80168490();
|
||||
bool fn_80168500();
|
||||
void setTranslate(const Vec *);
|
||||
bool remove();
|
||||
bool execute();
|
||||
bool requestIn();
|
||||
bool requestOut();
|
||||
bool fn_80168760();
|
||||
void displayElement(s32, f32);
|
||||
void fn_80168800(s32);
|
||||
void fn_80168810(d2d::AnmGroup_c *);
|
||||
void fn_80168880();
|
||||
|
||||
private:
|
||||
void setTranslate(const Vec *);
|
||||
bool fn_80168760();
|
||||
void displayElement(s32, f32);
|
||||
void unbindAt(s32);
|
||||
void tickDown(d2d::AnmGroup_c *);
|
||||
void fn_80168880();
|
||||
UI_STATE_MGR_DECLARE(dLytCommonArrow_c);
|
||||
/* 0x40 */ d2d::LytBase_c mLytBase;
|
||||
d2d::ResAccIf_c mResAcc;
|
||||
|
||||
Reference in New Issue
Block a user