Fix splash install when /luma/splash.bin or /luma/splashbottom.bin were missing

This commit is contained in:
2017-09-01 12:11:25 -04:00
parent 72153ba15d
commit 867f4b61ab
4 changed files with 13 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ void exit_screens(void);
void draw_theme_install(bool shuffle_install);
void draw_theme_interface(Theme_s * themes_list, int theme_count, int selected_theme, bool preview_mode);
void draw_splash_install(void);
void draw_splash_interface(Splash_s *splashes_list, int splash_count, int selected_splash, bool preview_mode);
#endif