Files
tp/include/d/d_k_wpillar.h
T
TakaRikka a6e76c0841 project cleanup (#2895)
* some wii OS fixes

* remove old dol2asm comments

* remove dol2asm.h

* remove function address comments

* normalize ATTRIBUTE_ALIGN usage

* DECL_WEAK macro

* fix gcc attribute weak macro

* wrap more mwcc specific things in ifdefs

* fixes

* fix revo sdk version flags

* fixes
2025-11-30 15:23:42 -07:00

23 lines
484 B
C++

#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 */