Add install indicators

This commit is contained in:
2017-09-01 00:44:43 -04:00
parent 97aff47448
commit 4af7d5741b
3 changed files with 13 additions and 6 deletions

View File

@@ -33,5 +33,6 @@ void init_screens(void);
void exit_screens(void);
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
void draw_theme_install(bool shuffle_install);
#endif