mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
178194ccb2
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
23 lines
544 B
C++
23 lines
544 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:
|
|
/* 80261B54 */ int create();
|
|
/* 80261F24 */ ~dkWpillar_c();
|
|
/* 80262014 */ int execute();
|
|
/* 802620C8 */ 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 */
|