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

29 lines
514 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_DMIDNA_H
#define D_A_DMIDNA_H
2024-10-10 07:29:58 -07:00
#include "d/d_com_inf_game.h"
2023-02-10 09:07:47 -08:00
2024-06-10 01:34:52 -06:00
/**
* @ingroup actors-unsorted
* @class daDmidna_c
* @brief Dying Midna (White Midna)
*
* @details
*
*/
2023-02-10 09:07:47 -08:00
class daDmidna_c : public fopAc_ac_c {
public:
2025-11-30 14:23:42 -08:00
int createHeap();
int create();
~daDmidna_c();
void setMatrix();
int execute();
int draw();
2023-02-10 09:07:47 -08:00
/* 0x568 */ request_of_phase_process_class mPhase;
/* 0x570 */ u8 unk_0x570[4];
/* 0x574 */ mDoExt_McaMorfSO* mpModelMorf;
};
2021-03-28 22:49:05 +02:00
#endif /* D_A_DMIDNA_H */