summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_izumi_gate.h
blob: 425b14808895ecb018bf8867093e9c28c6c98ac5 (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
29
30
31
#ifndef D_A_IZUMI_GATE_H
#define D_A_IZUMI_GATE_H

#include "d/d_bg_s_movebg_actor.h"
#include "d/d_com_inf_game.h"

/**
 * @ingroup actors-unsorted
 * @class daIzumiGate_c
 * @brief Ordon Spring Gate
 *
 * @details
 *
 */
class daIzumiGate_c : public dBgS_MoveBgActor {
public:
    void initBaseMtx();
    void setBaseMtx();
    int CreateHeap();
    int Create();
    int Execute(Mtx**);
    int Draw();
    int Delete();

    inline int create();

    /* 0x5A0 */ J3DModel* mpModel;
    /* 0x5A4 */ request_of_phase_process_class mPhaseReq;
};     // Size: 0x5AC

#endif /* D_A_IZUMI_GATE_H */