mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-28 01:03:12 -04:00
Add missing semicolon
This commit is contained in:
@@ -30,7 +30,7 @@ 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_move(GAME_PLAY* play);
|
||||
extern void watch_my_step_draw(GAME_PLAY* play);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user