Add missing semicolon

This commit is contained in:
Cuyler36
2023-06-15 17:22:15 -04:00
parent ddb2c64323
commit 21493aa6df
+1 -1
View File
@@ -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