summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_dmidna.h
blob: 9b1569e541edac688287fccb8e81051711d0d1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef D_A_DMIDNA_H
#define D_A_DMIDNA_H

#include "d/d_com_inf_game.h"

/**
 * @ingroup actors-unsorted
 * @class daDmidna_c
 * @brief Dying Midna (White Midna)
 *
 * @details
 *
 */
class daDmidna_c : public fopAc_ac_c {
public:
    int createHeap();
    int create();
    ~daDmidna_c();
    void setMatrix();
    int execute();
    int draw();

    /* 0x568 */ request_of_phase_process_class mPhase;
    /* 0x570 */ u8 unk_0x570[4];
    /* 0x574 */ mDoExt_McaMorfSO* mpModelMorf;
};

#endif /* D_A_DMIDNA_H */