Merge branch 'master' into d_a_do

This commit is contained in:
Pheenoh
2023-01-15 12:23:08 -07:00
127 changed files with 2217 additions and 6278 deletions
+2
View File
@@ -109,5 +109,7 @@ public:
bool dBgS_CheckBGroundPoly(cBgS_PolyInfo const&);
bool dBgS_CheckBWallPoly(cBgS_PolyInfo const&);
void dBgS_MoveBGProc_Typical(dBgW* param_0, void* param_1, cBgS_PolyInfo const& param_2,
bool param_3, cXyz* param_4, csXyz* param_5, csXyz* param_6);
#endif /* D_BG_D_BG_S_H */
+1
View File
@@ -312,6 +312,7 @@ public:
/* 8007E3D8 */ virtual bool ChkGrpThrough(int, cBgS_GrpPassChk*, int);
void SetCrrFunc(dBgW_CrrFunc func) { m_crr_func = func; }
void SetRideCallback(dBgW_RideCallback func) { m_ride_callback = func; }
void OnMoveFlag() { m_flags |= 1; }
private: