mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Revert "Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev"
This reverts commit 708dd167c8.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#define PACKS_DIR EXT_PATH("dolphin_custom")
|
||||
|
||||
typedef struct {
|
||||
bool is_nsfw;
|
||||
const Icon* A_Levelup_128x64;
|
||||
const Icon* I_BLE_Pairing_128x64;
|
||||
const Icon* I_DolphinCommon_56x48;
|
||||
const Icon* I_DolphinMafia_115x62;
|
||||
@@ -30,15 +32,6 @@ typedef struct {
|
||||
const Icon* I_Error_62x31;
|
||||
} 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);
|
||||
XtremeAssets* XTREME_ASSETS();
|
||||
|
||||
Reference in New Issue
Block a user