Files
tp/include/d/actor/d_a_e_yd_leaf.h
T

24 lines
510 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_E_YD_LEAF_H
#define D_A_E_YD_LEAF_H
2024-02-13 10:21:57 -08:00
#include "f_op/f_op_actor_mng.h"
2024-04-12 00:10:30 -06:00
/**
2024-05-24 00:31:16 -06:00
* @ingroup actors-enemies
* @class e_yd_leaf_class
* @brief Twilight Deku Baba - Leaf
*
* @details
*
*/
2024-02-13 10:21:57 -08:00
class e_yd_leaf_class : public fopEn_enemy_c {
public:
/* 0x5AC */ request_of_phase_process_class mPhase;
/* 0x5B4 */ mDoExt_McaMorf* mpMorf;
/* 0x5B8 */ u8 field_0x5b8[0x5BA - 0x5B8];
/* 0x5BA */ s8 field_0x5ba;
/* 0x5BB */ u8 field_0x5bb[0x5C0 - 0x5BB];
};
2021-03-28 22:49:05 +02:00
#endif /* D_A_E_YD_LEAF_H */