New asset system everywhere sfw mode is supported

This commit is contained in:
Willy-JL
2023-01-20 06:43:05 +00:00
parent 542b4a4cd9
commit abffc3152f
51 changed files with 191 additions and 282 deletions

View File

@@ -7,9 +7,28 @@
#define PACKS_DIR EXT_PATH("dolphin_custom")
typedef struct {
const Icon* authenticate;
const Icon* bt_pairing;
const Icon* connect_me;
const Icon* connected;
const Icon* dolphin_common;
const Icon* dolphin_cry;
const Icon* dolphin_mafia;
const Icon* dolphin_nice;
const Icon* dolphin_wait;
const Icon* error;
const Icon* ibutton_success;
const Icon* ir_success;
const Icon* nfc_emulation;
const Icon* rfid_receive;
const Icon* rfid_send;
const Icon* rfid_success;
const Icon* subghz_scanning;
const Icon* passport_angry;
const Icon* passport_background;
const Icon* passport_happy;
const Icon* passport_okay;
const Icon* passport_angry;
} XtremeAssets;
XtremeAssets* XTREME_ASSETS();