Reboot on assets change

This commit is contained in:
Willy-JL
2023-01-20 15:15:18 +00:00
parent 453c426480
commit 6696315d10
3 changed files with 37 additions and 48 deletions

View File

@@ -33,8 +33,8 @@ typedef struct {
XtremeAssets* XTREME_ASSETS();
void XTREME_ASSETS_UPDATE();
void XTREME_ASSETS_LOAD();
void swap_bmx_icon(const Icon** replace, const char* base, const char* name, FuriString* path, File* file, int i);
void swap_bmx_icon(const Icon** replace, const char* base, const char* name, FuriString* path, File* file);
void free_bmx_icon(Icon* icon);