dBgS: Add release-elided functions to interface

This commit is contained in:
Lioncash
2021-01-22 21:40:55 -05:00
parent b5c8715cb9
commit 54cccdeb12
2 changed files with 15 additions and 13 deletions
@@ -13,7 +13,18 @@ public:
dBgS_PolyPassChk();
~dBgS_PolyPassChk();
bool ChkArrow() { return mArrow; }
bool ChkBomb() { return mBomb; }
bool ChkBoomerang() { return mBoomerang; }
bool ChkCam() { return mCamera; }
bool ChkHorse() { return mHorse; }
bool ChkIronBall() { return mIronBall; }
bool ChkLink() { return mLink; }
bool ChkNoHorse();
bool ChkObj() { return mObject; }
bool ChkRope() { return mRope; }
bool ChkStatue() { return mStatue; }
bool ChkUnderwaterRoof() { return mUnderwaterRoof; }
void ClrBomb();
void ClrCam();