Files
dusklight/include/d/actor/d_a_e_ga.h
T
TakaRikka 178194ccb2 switch to dtk setup (#2203)
* 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>
2024-10-10 08:29:58 -06:00

33 lines
519 B
C++

#ifndef D_A_E_GA_H
#define D_A_E_GA_H
#include "f_op/f_op_actor_mng.h"
struct ga_s {
/* 804FBAB8 */ ~ga_s();
/* 804FBAF4 */ ga_s();
};
/**
* @ingroup actors-enemies
* @class e_ga_class
* @brief Decorative Moth
*
* @details
*
*/
class e_ga_class : public fopEn_enemy_c {
private:
/* 0x5ac */ u8 field_0x5ac[0x4d7c - 0x5ac];
};
STATIC_ASSERT(sizeof(e_ga_class) == 0x4d7c);
class daE_Ga_HIO_c {
/* 804FB0EC */ daE_Ga_HIO_c();
/* 804FBAF8 */ ~daE_Ga_HIO_c();
};
#endif /* D_A_E_GA_H */