diff options
| author | Lioncash <mathew1800@gmail.com> | 2021-01-22 21:40:55 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2021-01-22 21:58:45 -0500 |
| commit | 54cccdeb1204be3fc3e47e903c8f52fb58414fdf (patch) | |
| tree | 71e51a5008589596f8ab86740416d531e146a802 /include | |
| parent | b5c8715cb9117937518ffa0b4e0f2941a98612b0 (diff) | |
dBgS: Add release-elided functions to interface
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h b/include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h index 75825ee2cc..c342d5b3f3 100644 --- a/include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h +++ b/include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h @@ -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(); |
