diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 12:44:06 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 12:44:06 -0500 |
| commit | 471b881de831a2ad4d4478489cf9705d6e284f9f (patch) | |
| tree | 9c659c65c57175620ac3da44c61e73a109bdf930 /include/d/actor/d_a_obj_tower.h | |
| parent | 8ab8d352926122c6e7ec27610613f0adce5d0118 (diff) | |
Automatically generate headers for all actors
Diffstat (limited to 'include/d/actor/d_a_obj_tower.h')
| -rw-r--r-- | include/d/actor/d_a_obj_tower.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/d/actor/d_a_obj_tower.h b/include/d/actor/d_a_obj_tower.h new file mode 100644 index 00000000..fc342b88 --- /dev/null +++ b/include/d/actor/d_a_obj_tower.h @@ -0,0 +1,26 @@ +#ifndef D_A_OBJ_TOWER_H +#define D_A_OBJ_TOWER_H + +#include "f_op/f_op_actor.h" +#include "d/d_bg_w.h" + +class daObjTower_c : public fopAc_ac_c { +public: + void _create() {} + void _delete() {} + void _draw() {} + void _execute() {} + + void CreateHeap(); + void CreateInit(); + void set_mtx(); + +public: + /* 0x290 */ u8 m290[0x298 - 0x290]; + /* 0x298 */ J3DModel* mpModel; + /* 0x29C */ dBgW* mpBgW; + /* 0x2A0 */ Mtx mMtx; + /* 0x2D0 */ u8 m2D0[0x2D4 - 0x2D0]; +}; + +#endif /* D_A_OBJ_TOWER_H */ |
