Fix ninja all_source compilation errors

This commit is contained in:
LagoLunatic
2024-06-16 10:20:57 -04:00
parent 3f08458809
commit b1376e4d3f
5 changed files with 10 additions and 65 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class dBgS_CamGndChk : public dBgS_GndChk {
public:
dBgS_CamGndChk() { /* SetCam(); */ }
virtual ~dBgS_CamGndChk();
virtual ~dBgS_CamGndChk() {}
};
class dBgS_CamGndChk_Wtr : public dBgS_CamGndChk {
+2 -2
View File
@@ -125,8 +125,8 @@ public:
dCamParam_c(s32);
virtual ~dCamParam_c();
void Flag(s32, u16);
void Val(s32, int);
void Flag(s32, u16) {}
void Val(s32, int) {}
void Change(s32);
void SearchStyle(u32);
void ratiof(f32, f32, f32, f32);
+6 -6
View File
@@ -34,7 +34,7 @@ struct dCamera__EventParam {
class d2DBSplinePath {
public:
~d2DBSplinePath();
~d2DBSplinePath() {}
/* 0x00 */ int mKeyframeCur;
/* 0x04 */ int mTimer;
/* 0x08 */ int mKeyframeNum;
@@ -64,8 +64,8 @@ public:
class dCamera_c {
public:
struct BG {
BG();
~BG();
BG() {}
~BG() {}
u8 temp[0xB0];
};
@@ -356,9 +356,9 @@ public:
void SetExtendedPosition(cXyz*);
void ScopeViewMsgModeOff();
void Bank();
void Up();
void Center();
void Bank() {}
void Up() {}
void Center() {}
void StartEventCamera(int, int, ...);
void EndEventCamera(int);
-55
View File
@@ -671,58 +671,3 @@ void dCamForcusLine::Draw() {
void dCamForcusLine::Off() {
/* Nonmatching */
}
/* 8017CB18-8017CB60 .text __dt__14d2DBSplinePathFv */
d2DBSplinePath::~d2DBSplinePath() {
/* Nonmatching */
}
/* 8017CB60-8017CDB4 .text __dt__Q29dCamera_c2BGFv */
dCamera_c::BG::~BG() {
/* Nonmatching */
}
/* 8017CDB4-8017CF8C .text __ct__Q29dCamera_c2BGFv */
dCamera_c::BG::BG() {
/* Nonmatching */
}
/* 8017CF8C-8017D0CC .text __dt__14dBgS_CamGndChkFv */
dBgS_CamGndChk::~dBgS_CamGndChk() {
/* Nonmatching */
}
/* 8017D128-8017D13C .text setFlag__9dCamera_cFUl */
void dCamera_c::setFlag(u32) {
/* Nonmatching */
}
/* 8017D13C-8017D150 .text chkFlag__9dCamera_cFUl */
void dCamera_c::chkFlag(u32) {
/* Nonmatching */
}
/* 8017D150-8017D184 .text Bank__9dCamera_cFv */
void dCamera_c::Bank() {
/* Nonmatching */
}
/* 8017D184-8017D1A0 .text Up__9dCamera_cFv */
void dCamera_c::Up() {
/* Nonmatching */
}
/* 8017D1A0-8017D1D4 .text Center__9dCamera_cFv */
void dCamera_c::Center() {
/* Nonmatching */
}
/* 8017D1D4-8017D1F4 .text Flag__11dCamParam_cFlUs */
void dCamParam_c::Flag(s32, u16) {
/* Nonmatching */
}
/* 8017D200-8017D220 .text Val__11dCamParam_cFli */
void dCamParam_c::Val(s32, int) {
/* Nonmatching */
}
+1 -1
View File
@@ -240,7 +240,7 @@ uint fopMsgM_messageSet(u32) {
}
/* 8002B9C4-8002BA4C .text fopMsgM_scopeMessageSet__FUl */
void fopMsgM_scopeMessageSet(u32) {
uint fopMsgM_scopeMessageSet(u32) {
/* Nonmatching */
}