Files
tp/include/d/actor/d_a_e_mk_bo.h
T
5ec7e42c2d d_a_npc_kn work (#2274)
* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* fixups

* check

* fixes 2

* fixes 3

* fixes 4

* fixes 5

---------

Co-authored-by: pheenoh <pheenoh@macmini.local>
Co-authored-by: pheenoh <pheenoh@macmini.lan>
2025-06-08 21:01:18 +03:00

24 lines
443 B
C++

#ifndef D_A_E_MK_BO_H
#define D_A_E_MK_BO_H
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-enemies
* @class e_mk_bo_class
* @brief Ook's Boomerang
*
* @details
*
*/
class e_mk_bo_class : public fopEn_enemy_c {
public:
/* 0x5ac */ u8 field_0x5ac[0x9b4 - 0x5ac];
/* 0x9B4 */ u8 field_0x9b4;
/* 0x9B5 */ u8 field_0x9B5[0x9c0 - 0x9B5];
};
STATIC_ASSERT(sizeof(e_mk_bo_class) == 0x9c0);
#endif /* D_A_E_MK_BO_H */