summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_vrbox2.h
blob: 75cecd7d5a286b0f5236cf104618d4eeae2d55bf (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
#ifndef D_A_VRBOX2_H
#define D_A_VRBOX2_H

#include "f_op/f_op_actor_mng.h"

/**
 * @ingroup actors-unsorted
 * @class vrbox2_class
 * @brief VR Box 2
 *
 * @details
 *
 */
class vrbox2_class : public fopAc_ac_c {
public:
    /* 0x568 */ u8 field_0x568[0x56C - 0x568];
    /* 0x56C */ J3DModel* mpKumoModel;
    /* 0x570 */ u8 field_0x570[0x574 - 0x570];
    /* 0x574 */ J3DModel* model2;
    /* 0x578 */ J3DModel* model2_und;
    /* 0x57C */ u8 field_0x57C[0x580 - 0x57C];
    /* 0x580 */ mDoExt_btkAnm mSunBtk;
    /* 0x598 */ J3DModel* mpKasumimModel;
    /* 0x59C */ u8 field_0x59C[0x5A0 - 0x59C];
};

STATIC_ASSERT(sizeof(vrbox2_class) == 0x5A0);


#endif /* D_A_VRBOX2_H */