Add theme dump functionality

This commit is contained in:
Alex Taber
2020-12-24 14:34:56 -05:00
parent 17afdbaae2
commit a266203a92
6 changed files with 110 additions and 3 deletions

View File

@@ -75,6 +75,8 @@ Result bgm_install(Entry_s theme);
Result shuffle_install(Entry_List_s themes);
Result dump_theme(void);
void themes_check_installed(void * void_arg);
#endif
#endif