mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-02 08:22:22 -04:00
d_a_lwood work
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user