mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Cleanup
This commit is contained in:
@@ -18,9 +18,7 @@ public:
|
||||
PROC_EXEC_e = 1,
|
||||
};
|
||||
|
||||
// objdiff says this is a weak function
|
||||
// but defining it here with {} causes it to be inlined with fopAcM_ct which breaks things
|
||||
daNpc_Nz_c();
|
||||
inline daNpc_Nz_c();
|
||||
|
||||
void modeProcInit(int newMode) { modeProc(PROC_INIT_e, newMode); }
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ class J3DMaterial;
|
||||
class dBgW;
|
||||
|
||||
namespace daObjSwlight {
|
||||
static void setMaterial(J3DMaterial*, unsigned char);
|
||||
static void setMaterial_Before_mirror(J3DMaterial*, unsigned char);
|
||||
static void setMaterial(J3DMaterial*, u8);
|
||||
static void setMaterial_Before_mirror(J3DMaterial*, u8);
|
||||
|
||||
class Act_c : public fopAc_ac_c {
|
||||
typedef void (Act_c::*ModeFunc)();
|
||||
|
||||
Reference in New Issue
Block a user