mirror of
https://github.com/zeldaret/tp
synced 2026-05-27 08:08:59 -04:00
046d178003
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
26 lines
645 B
C++
26 lines
645 B
C++
#ifndef D_A_D_A_HORSE_STATIC_H
|
|
#define D_A_D_A_HORSE_STATIC_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "rel/d/a/e/d_a_e_wb/d_a_e_wb.h"
|
|
|
|
class daTagHstop_c : public fopAc_ac_c {
|
|
public:
|
|
static daTagHstop_c* getTop() { return m_top; }
|
|
|
|
daTagHstop_c* getNext() { return mpNext; }
|
|
bool getActiveFlg() const { return mActive; }
|
|
|
|
/* 0x568 */ daTagHstop_c* mpNext;
|
|
/* 0x56C */ daTagHstop_c* field_0x56c;
|
|
/* 0x570 */ u8 field_0x570;
|
|
/* 0x571 */ bool mActive;
|
|
/* 0x572 */ u8 field_0x572;
|
|
/* 0x573 */ u8 field_0x573;
|
|
/* 0x574 */ int field_0x574;
|
|
|
|
static daTagHstop_c* m_top;
|
|
};
|
|
|
|
#endif /* D_A_D_A_HORSE_STATIC_H */
|