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:
|
|
|
|
|
/* 8045CED8 */ int createHeap();
|
|
|
|
|
/* 8045CFE4 */ int create();
|
|
|
|
|
/* 8045D0B4 */ ~daDmidna_c();
|
|
|
|
|
/* 8045D144 */ void setMatrix();
|
|
|
|
|
/* 8045D1A0 */ int execute();
|
|
|
|
|
/* 8045D204 */ int draw();
|
|
|
|
|
|
|
|
|
|
/* 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 */
|