mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 02:45:45 -04:00
d_a_obj_vgnfd OK, d_a_obj_doguu OK, clean up weak-but-not-inlined funcs in finished actors
This commit is contained in:
@@ -14,7 +14,7 @@ class JUTNameTab;
|
||||
enum J3DMaterialCopyFlag {
|
||||
J3DMatCopyFlag_Material = 0x01,
|
||||
J3DMatCopyFlag_Texture = 0x02,
|
||||
J3DMatCopyFlag_All = 0x03,
|
||||
J3DMatCopyFlag_All = J3DMatCopyFlag_Material | J3DMatCopyFlag_Texture,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
@@ -14,8 +14,8 @@ public:
|
||||
inline bool _execute();
|
||||
f32 getYureScale() const { return mScale; }
|
||||
s16 getYureTimer() const { return mTimer; }
|
||||
void setMoveBGMtx(); // weak but not inlined?
|
||||
void set_mtx(); // weak but not inlined?
|
||||
inline void setMoveBGMtx(); // weak but not inlined
|
||||
inline void set_mtx(); // weak but not inlined
|
||||
|
||||
BOOL CreateHeap();
|
||||
void CreateInit();
|
||||
|
||||
@@ -10,7 +10,7 @@ public:
|
||||
inline bool _delete();
|
||||
inline bool _draw();
|
||||
inline bool _execute();
|
||||
inline void setEffectMtx(const cXyz*, float); // weak but not inlined?
|
||||
inline void setEffectMtx(const cXyz*, float); // weak but not inlined
|
||||
|
||||
void setPointLight();
|
||||
BOOL CreateHeap();
|
||||
|
||||
@@ -118,8 +118,7 @@ public:
|
||||
|
||||
class daObjHha_c : public fopAc_ac_c {
|
||||
public:
|
||||
|
||||
BOOL check_sw(); // weak but not inline?
|
||||
inline BOOL check_sw(); // weak but not inlined
|
||||
|
||||
static int solidHeapCB(fopAc_ac_c*);
|
||||
BOOL create_heap();
|
||||
|
||||
@@ -11,9 +11,9 @@ class dBgW;
|
||||
|
||||
class daObjVgnfd_c : public fopAc_ac_c {
|
||||
public:
|
||||
void check_boss(int) {}
|
||||
BOOL check_ev_init(int); // weak but not inlined?
|
||||
void on_door_ev(int) {}
|
||||
inline BOOL check_ev_init(int); // weak but not inlined
|
||||
inline void on_door_ev(int);
|
||||
inline BOOL check_boss(int);
|
||||
|
||||
static BOOL solidHeapCB(fopAc_ac_c*);
|
||||
BOOL create_bdl_brk(int);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
class daObjVmsms_c : public fopAc_ac_c {
|
||||
public:
|
||||
bool check_demo() const; // weak but not inlined?
|
||||
inline bool check_demo() const; // weak but not inlined
|
||||
|
||||
static BOOL solidHeapCB(fopAc_ac_c*);
|
||||
BOOL create_heap();
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
class daToge_c : public fopAc_ac_c {
|
||||
public:
|
||||
inline void set_mtx(); // weak but not inlined?
|
||||
inline void set_mtx(); // weak but not inlined
|
||||
|
||||
BOOL _delete();
|
||||
BOOL CreateHeap();
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
class daYgcwp_c : public fopAc_ac_c {
|
||||
public:
|
||||
BOOL check_ev() const; // weak but not inlined?
|
||||
void off_ev() const; // weak but not inlined?
|
||||
inline BOOL check_ev() const; // weak but not inlined
|
||||
inline void off_ev() const; // weak but not inlined
|
||||
|
||||
static BOOL solidHeapCB(fopAc_ac_c*);
|
||||
BOOL create_heap();
|
||||
|
||||
Reference in New Issue
Block a user