From ddb2c64323b88f6c6b01996ae586d08bd8d86d17 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Thu, 15 Jun 2023 17:20:54 -0400 Subject: [PATCH] Expose global methods --- include/m_watch_my_step.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/m_watch_my_step.h b/include/m_watch_my_step.h index aa243797..45747bba 100644 --- a/include/m_watch_my_step.h +++ b/include/m_watch_my_step.h @@ -29,6 +29,10 @@ extern Gfx mny_win_ueT_model[]; extern Gfx mny_win_beruT_model[]; extern Gfx mny_win_mojiT_model[]; +extern void watch_my_step_ct(); +extern void watch_my_step_move(GAME_PLAY* play) +extern void watch_my_step_draw(GAME_PLAY* play); + #ifdef __cplusplus } #endif