From 54cccdeb1204be3fc3e47e903c8f52fb58414fdf Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 22 Jan 2021 21:40:55 -0500 Subject: dBgS: Add release-elided functions to interface --- include/d/d_bg/d_bg_s/d_bg_s_poly_pass_chk.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') 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(); -- cgit v1.2.3