summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_lbridge.h
diff options
context:
space:
mode:
authorDanTGL <33489389+DanTGL@users.noreply.github.com>2024-07-06 15:38:13 +0200
committerDanTGL <33489389+DanTGL@users.noreply.github.com>2024-07-06 15:38:13 +0200
commitd2212904ba1c8d71d6330164890efb53e3cec0fd (patch)
treed506f3d53f2b6400d8028ca71db807e7b4ed84ef /include/d/actor/d_a_lbridge.h
parent44e2c2695a8026a3dfc76b4a593cd5d6576f4382 (diff)
Modified return types
Diffstat (limited to 'include/d/actor/d_a_lbridge.h')
-rw-r--r--include/d/actor/d_a_lbridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_lbridge.h b/include/d/actor/d_a_lbridge.h
index ea61cc28..04dd3626 100644
--- a/include/d/actor/d_a_lbridge.h
+++ b/include/d/actor/d_a_lbridge.h
@@ -13,14 +13,14 @@ public:
s32 _create();
void set_mtx();
void setMoveBGMtx();
- BOOL _execute();
+ bool _execute();
void sw_check();
void demo();
void appear_bridge();
void disappear_bridge();
void set_on_se();
void set_off_se();
- BOOL _draw();
+ bool _draw();
static const char m_arcname[];