Menu reloading fixes for Multilanguage UI

This commit is contained in:
Laci bá
2021-11-17 18:28:00 +01:00
parent b14e04b926
commit faa1750c92
4 changed files with 21 additions and 17 deletions

View File

@@ -239,6 +239,9 @@ extern void media_menu_update_cdrom(int id);
extern void media_menu_update_zip(int id);
extern void media_menu_update_mo(int id);
/* Functions in win_ui.c */
extern HMENU menuMain;
extern void ResetAllMenus();
#ifdef __cplusplus
}