This commit is contained in:
robojumper
2025-04-06 12:19:05 +02:00
parent ba2d569818
commit 45bc91d263
3 changed files with 29 additions and 29 deletions
+10 -10
View File
@@ -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;