mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 18:04:43 -04:00
Various Matches, J2DTextBoxEx and J2DTevs OK (#2025)
* Work on src/d/bg * misc work * J2dTextBoxEx OK * J2DTevs OK * Better return values for bool
This commit is contained in:
@@ -7,7 +7,7 @@ struct cBgD_Vtx_t : public Vec {};
|
||||
|
||||
class cBgS_GrpPassChk {
|
||||
public:
|
||||
virtual ~cBgS_GrpPassChk();
|
||||
virtual ~cBgS_GrpPassChk() {}
|
||||
};
|
||||
|
||||
class cBgS_PolyPassChk;
|
||||
|
||||
@@ -38,6 +38,7 @@ public:
|
||||
bool GetPreWallChk() const { return mPreWallChk; }
|
||||
bool GetPreGroundChk() const { return mPreGroundChk; }
|
||||
bool GetPreRoofChk() const { return mPreRoofChk; }
|
||||
cXyz* GetStartP() { return &mLin.GetStartP(); }
|
||||
};
|
||||
|
||||
#endif /* C_BG_S_LIN_CHK_H */
|
||||
|
||||
@@ -26,6 +26,7 @@ public:
|
||||
bool Cross(cM3dGCyl const* cyl, cXyz* xyz) const { return cM3d_Cross_CpsCyl(*this, *cyl, xyz); }
|
||||
bool Cross(cM3dGSph const* sph, cXyz* xyz) const { return cM3d_Cross_CpsSph(*this, *sph, xyz); }
|
||||
void SetR(f32 r) { mRadius = r; }
|
||||
f32 GetR() const { return mRadius; }
|
||||
|
||||
}; // Size = 0x20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user