Cleaner asset system

This commit is contained in:
Willy-JL
2023-02-10 04:29:54 +00:00
parent 8376e866e3
commit 8cec6ee207
2 changed files with 49 additions and 126 deletions

View File

@@ -32,14 +32,3 @@ typedef struct {
} XtremeAssets;
XtremeAssets* XTREME_ASSETS();
void XTREME_ASSETS_LOAD();
void swap_bmx_icon(
const Icon** replace,
const char* base,
const char* name,
FuriString* path,
File* file);
void free_bmx_icon(Icon* icon);