2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_A_OBJ_THASHI_H
|
|
|
|
|
#define D_A_OBJ_THASHI_H
|
|
|
|
|
|
2024-05-29 01:49:10 -06:00
|
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @ingroup actors-objects
|
|
|
|
|
* @class daObjTHASHI_c
|
|
|
|
|
* @brief T Pillar
|
|
|
|
|
*
|
|
|
|
|
* @details
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
class daObjTHASHI_c : public fopAc_ac_c {
|
|
|
|
|
public:
|
|
|
|
|
/* 80D0C238 */ void initCcCylinder();
|
|
|
|
|
/* 80D0C354 */ void setBaseMtx();
|
|
|
|
|
/* 80D0C654 */ void CreateHeap();
|
|
|
|
|
/* 80D0C8B4 */ void create();
|
|
|
|
|
/* 80D0CE70 */ void Create();
|
2025-09-09 07:30:32 -07:00
|
|
|
/* 80D0CEB4 */ void Execute(Mtx**);
|
2024-05-29 01:49:10 -06:00
|
|
|
/* 80D0CEE0 */ void Draw();
|
|
|
|
|
/* 80D0D140 */ void Delete();
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
/* 0x568 */ u8 field_0x568[0x1bbc - 0x568];
|
|
|
|
|
};
|
2024-06-10 01:34:52 -06:00
|
|
|
|
2024-05-29 01:49:10 -06:00
|
|
|
STATIC_ASSERT(sizeof(daObjTHASHI_c) == 0x1bbc);
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
|
|
|
|
|
#endif /* D_A_OBJ_THASHI_H */
|