Files
dusklight/include/d/actor/d_a_e_warpappear.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

23 lines
405 B
C++

#ifndef D_A_E_WARPAPPEAR_H
#define D_A_E_WARPAPPEAR_H
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-enemies
* @class e_warpappear_class
* @brief Shadow Beast Warp Appear
*
* @details
*
*/
class e_warpappear_class : public fopEn_enemy_c {
private:
/* 0x5ac */ u8 field_0x5ac[0x650 - 0x5ac];
};
STATIC_ASSERT(sizeof(e_warpappear_class) == 0x650);
#endif /* D_A_E_WARPAPPEAR_H */