mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
d_a_amiprop (#808)
This commit is contained in:
@@ -271,7 +271,7 @@ public:
|
||||
/* 0x9C */ cBgW_GrpElm* pm_grp;
|
||||
/* 0xA0 */ cBgW_NodeTree* m_nt_tbl;
|
||||
/* 0xA4 */ int m_rootGrpIdx;
|
||||
};
|
||||
}; // size = 0xA8
|
||||
|
||||
inline bool cBgW_CheckBGround(f32 ny) {
|
||||
return ny >= 0.5f;
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
#define D_A_AMIPROP_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "d/d_bg_w.h"
|
||||
|
||||
class daAmiProp_c : public fopAc_ac_c {
|
||||
public:
|
||||
bool _delete();
|
||||
void CreateHeap();
|
||||
BOOL CreateHeap();
|
||||
void CreateInit();
|
||||
cPhs_State _create();
|
||||
void set_mtx();
|
||||
@@ -14,8 +16,19 @@ public:
|
||||
bool _execute();
|
||||
bool _draw();
|
||||
|
||||
static const char m_arcname[];
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
};
|
||||
/* 0x290 */ request_of_phase_process_class unk_290;
|
||||
/* 0x298 */ J3DModel* unk_298;
|
||||
/* 0x29C */ dCcD_Stts unk_29C;
|
||||
/* 0x2D8 */ dCcD_Cyl unk_2D8;
|
||||
/* 0x408 */ dBgW* unk_408;
|
||||
/* 0x40C */ Mtx unk_40C;
|
||||
/* 0x43C */ u32 unk_43C;
|
||||
/* 0x440 */ s32 unk_440;
|
||||
/* 0x444 */ bool unk_444;
|
||||
/* 0x446 */ s16 unk_446;
|
||||
}; // size = 0x448
|
||||
|
||||
#endif /* D_A_AMIPROP_H */
|
||||
|
||||
Reference in New Issue
Block a user