d_a_lwood work

This commit is contained in:
Jasper St. Pierre
2024-08-03 11:34:32 -07:00
parent c99b5bdbdb
commit caff8a8390
4 changed files with 147 additions and 25 deletions
+15 -5
View File
@@ -2,6 +2,9 @@
#define D_A_LWOOD_H
#include "f_op/f_op_actor.h"
#include "SSystem/SComponent/c_phase.h"
class dBgW;
class daLwood_c : public fopAc_ac_c {
public:
@@ -9,16 +12,23 @@ public:
inline BOOL _delete();
inline BOOL _draw();
inline BOOL _execute();
void getYureScale() const {}
void getYureTimer() const {}
f32 getYureScale() const { return mScale; }
s16 getYureTimer() const { return mTimer; }
void setMoveBGMtx(); // weak but not inlined?
void set_mtx(); // weak but not inlined?
void CreateHeap();
void CreateInit();
BOOL CreateHeap();
BOOL CreateInit();
static const char m_arcname[];
public:
/* Place member variables here */
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ J3DModel* mModel;
/* 0x29C */ dBgW* mpBgW;
/* 0x2A0 */ Mtx mtx;
/* 0x2D0 */ s16 mTimer;
/* 0x2D4 */ f32 mScale;
};
#endif /* D_A_LWOOD_H */
+1 -1
View File
@@ -15,7 +15,7 @@ namespace daObj {
}
void make_land_effect(fopAc_ac_c*, dBgS_GndChk*, float);
void get_wind_spd(fopAc_ac_c*, float);
cXyz& get_wind_spd(fopAc_ac_c*, float);
cXyz& get_path_spd(cBgS_PolyInfo&, float);
void posMoveF_stream(fopAc_ac_c*, const cXyz*, const cXyz*, float, float);
void posMoveF_grade(fopAc_ac_c*, const cXyz*, const cXyz*, float, float, const cXyz*, float, float, const cXyz*);