mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
24 lines
482 B
C++
24 lines
482 B
C++
#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 */
|