mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
New asset system base and passport PoC
This commit is contained in:
14
applications/settings/xtreme_settings/xtreme_assets.h
Normal file
14
applications/settings/xtreme_settings/xtreme_assets.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "xtreme_settings.h"
|
||||
#include "assets_icons.h"
|
||||
|
||||
typedef struct {
|
||||
const Icon* passport_happy;
|
||||
const Icon* passport_okay;
|
||||
const Icon* passport_angry;
|
||||
} XtremeAssets;
|
||||
|
||||
XtremeAssets* XTREME_ASSETS();
|
||||
|
||||
void XTREME_ASSETS_UPDATE();
|
||||
Reference in New Issue
Block a user