mirror of https://github.com/zeldaret/tp.git
53 lines
1.3 KiB
C++
53 lines
1.3 KiB
C++
#ifndef D_A_OBJ_CRVSTEEL_H
|
|
#define D_A_OBJ_CRVSTEEL_H
|
|
|
|
#include "d/d_bg_s_acch.h"
|
|
#include "d/d_bg_s_movebg_actor.h"
|
|
#include "d/d_cc_d.h"
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
/**
|
|
* @ingroup actors-objects
|
|
* @class daObjCRVSTEEL_c
|
|
* @brief Caravan Steel
|
|
*
|
|
* @details
|
|
*
|
|
*/
|
|
class daObjCRVSTEEL_c : public dBgS_MoveBgActor {
|
|
public:
|
|
/* 80BD5BFC */ void OpenSet(f32, f32);
|
|
/* 80BD5C18 */ void CloseSet(f32);
|
|
/* 80BD5C28 */ void CloseExecute();
|
|
/* 80BD5CA0 */ void OpenExecute();
|
|
/* 80BD5CC8 */ void Action();
|
|
/* 80BD5D10 */ void setBaseMtx();
|
|
/* 80BD5DB8 */ int CreateHeap();
|
|
/* 80BD5E30 */ int create();
|
|
/* 80BD60A8 */ int Create();
|
|
/* 80BD60EC */ int Execute(Mtx**);
|
|
/* 80BD6138 */ int Draw();
|
|
/* 80BD61BC */ int Delete();
|
|
|
|
private:
|
|
/* 0x5A0 */ u32 mSmokeParticle1;
|
|
/* 0x5A4 */ u32 mSmokeParticle2;
|
|
/* 0x5A8 */ s16 mAction;
|
|
/* 0x5AC */ f32 mMaxHeight;
|
|
/* 0x5B0 */ f32 mMinHeight;
|
|
/* 0x5B4 */ f32 field_0x5b4;
|
|
/* 0x5B8 */ f32 field_0x5b8;
|
|
/* 0x5BC */ f32 field_0x5bc;
|
|
/* 0x5C0 */ J3DModel* mModel;
|
|
/* 0x5C4 */ request_of_phase_process_class mPhase;
|
|
/* 0x5CC */ dBgS_AcchCir mAcchCir;
|
|
/* 0x60C */ dBgS_ObjAcch mAcch;
|
|
/* 0x7E4 */ dCcD_Stts mStts;
|
|
/* 0x820 */ u8 field_0x820[0x848 - 0x820];
|
|
};
|
|
|
|
STATIC_ASSERT(sizeof(daObjCRVSTEEL_c) == 0x848);
|
|
|
|
|
|
#endif /* D_A_OBJ_CRVSTEEL_H */
|