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

33 lines
699 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_KNBULLET_H
#define D_A_OBJ_KNBULLET_H
2024-05-29 01:49:10 -06:00
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-objects
* @class daObjKnBullet_c
* @brief Hero's Shade Energy Ball? (Knight Bullet)
*
* @details
*
*/
class daObjKnBullet_c : public fopAc_ac_c {
public:
/* 80C47118 */ void Create();
/* 80C47300 */ void Execute();
/* 80C47480 */ bool Draw();
/* 80C47488 */ bool Delete();
/* 80C47490 */ void setBaseMtx();
/* 80C474E8 */ void col_init();
/* 80C47558 */ void col_chk();
/* 80C477B4 */ void hitPrtclSet();
private:
/* 0x568 */ u8 field_0x568[0x71c - 0x568];
};
2024-06-10 01:34:52 -06:00
2024-05-29 01:49:10 -06:00
STATIC_ASSERT(sizeof(daObjKnBullet_c) == 0x71c);
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_KNBULLET_H */