summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_e_hb_leaf.h
blob: 7641385e7451da6a22751eedd7c2c6a16c2db501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef D_A_E_HB_LEAF_H
#define D_A_E_HB_LEAF_H

#include "f_op/f_op_actor_mng.h"

/**
 * @ingroup actors-enemies
 * @class e_hb_leaf_class
 * @brief Hebi Baba - Leaf
 * 
 * @details 
 * 
 */
class e_hb_leaf_class : public fopEn_enemy_c {
public:
    /* 0x5AC */ request_of_phase_process_class mPhase;
    /* 0x5B4 */ mDoExt_McaMorf* mpMorf;
    /* 0x5B8 */ s16 field_0x5b8;
    /* 0x5BA */ s8 field_0x5ba;
    /* 0x5BC */ unsigned int field_0x5bc;
};

#endif /* D_A_E_HB_LEAF_H */