summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_spotbox.h
blob: 724d622a0f800b9d2b92bde3d70192852cf76fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef D_A_SPOTBOX_H
#define D_A_SPOTBOX_H

#include "f_op/f_op_actor.h"
#include "f_op/f_op_actor_mng.h"

class daSpotbox_c : public fopAc_ac_c {
public:
    inline cPhs_State create();
    inline BOOL draw();
    inline BOOL execute();
    inline u32 getType() { return fopAcM_GetParam(this) & 1; }

public:
    /* 0x290 */ Mtx mMtx;
}; // Size: 0x2C0

#endif /* D_A_SPOTBOX_H */