summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_stoneMark.h
blob: 87c44804de0edb9476b62eb36717ad445a468a2c (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
32
33
34
35
36
37
#ifndef D_A_OBJ_STONEMARK_H
#define D_A_OBJ_STONEMARK_H

#include "SSystem/SComponent/c_phase.h"
#include "f_op/f_op_actor.h"
#include "d/d_bg_s_acch.h"
#include "d/d_cc_d.h"

/**
 * @ingroup actors-objects
 * @class daObjSMark_c
 * @brief Stone Mark
 *
 * @details
 *
 */
class daObjSMark_c : public fopAc_ac_c {
public:
    void initBaseMtx();
    void setBaseMtx();
    int Create();
    int create();
    int draw();
    int _delete();

private:
    /* 0x0568 */ request_of_phase_process_class mpPhase;
    /* 0x0570 */ GXTexObj mTexObj;
    /* 0x0590 */ dBgS_ObjAcch mObjAcch;
    /* 0x0768 */ dBgS_AcchCir mAcchCir;
    /* 0x07A8 */ dCcD_Stts mStts;
    /* 0x07E4 */ Mtx cullMtx;
};

STATIC_ASSERT(sizeof(daObjSMark_c) == 0x0814);

#endif /* D_A_OBJ_STONEMARK_H */