Added no_bgm_install(), ready for the menu. Or something.

This commit is contained in:
Helloman892
2017-12-03 04:05:11 +00:00
parent d937ae1716
commit 6be1b5e217
2 changed files with 65 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
void delete_theme(Entry_s theme);
Result theme_install(Entry_s theme);
Result no_bgm_install(Entry_s theme);
Result shuffle_install(Entry_s* themes_list, int themes_count);
Result bgm_install(Entry_s bgm_to_install);