Add MT-32 LCD message display support in the status bar

This commit is contained in:
Cacodemon345
2022-02-08 01:52:02 +06:00
parent 5061d6c275
commit b21d5b5a43
4 changed files with 30 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ extern void ui_sb_update_icon_state(int tag, int active);
extern void ui_sb_set_text_w(wchar_t *wstr);
extern void ui_sb_set_text(char *str);
extern void ui_sb_bugui(char *str);
extern void ui_sb_mt32lcd(char *str);
#ifdef __cplusplus
}