diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-06 12:19:05 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-07 22:12:40 +0200 |
| commit | 45bc91d2636900dc0e279dcdc4b298fe0840e3dd (patch) | |
| tree | ca32844746f863e8b23dadec5248aeb5a6ae6ff9 /include | |
| parent | ba2d56981819c82cd45d7d805c248c3368d9cc24 (diff) | |
Cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/lyt/d_lyt_common_arrow.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/d/lyt/d_lyt_common_arrow.h b/include/d/lyt/d_lyt_common_arrow.h index 16415e5a..c6dd34ea 100644 --- a/include/d/lyt/d_lyt_common_arrow.h +++ b/include/d/lyt/d_lyt_common_arrow.h @@ -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(); + +private: + void setTranslate(const Vec *); bool fn_80168760(); void displayElement(s32, f32); - void fn_80168800(s32); - void fn_80168810(d2d::AnmGroup_c *); + void unbindAt(s32); + void tickDown(d2d::AnmGroup_c *); void fn_80168880(); - -private: UI_STATE_MGR_DECLARE(dLytCommonArrow_c); /* 0x40 */ d2d::LytBase_c mLytBase; d2d::ResAccIf_c mResAcc; |
