blob: c5da5d76b3feaef2f526b6c18950c6b658d29c24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#ifndef D_D_K_WPILLAR_H
#define D_D_K_WPILLAR_H
#include "f_op/f_op_kankyo_mng.h"
#include "d/d_kankyo.h"
class dkWpillar_c : public kankyo_class {
public:
int create();
~dkWpillar_c();
int execute();
int draw();
/* 0x0F8 */ J3DModel* mpModel;
/* 0x0FC */ mDoExt_bckAnm mBck;
/* 0x118 */ mDoExt_btkAnm mBtk;
/* 0x130 */ mDoExt_brkAnm mBrk;
/* 0x148 */ JKRSolidHeap* mpHeap;
/* 0x14C */ dKy_tevstr_c mTevstr;
};
#endif /* D_D_K_WPILLAR_H */
|