mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Loader pick all menu apps from file
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/icon.h>
|
||||
#include <m-list.h>
|
||||
|
||||
typedef struct {
|
||||
const char* label;
|
||||
const Icon* icon;
|
||||
const char* exe;
|
||||
} MenuApp;
|
||||
|
||||
LIST_DEF(MenuAppList, MenuApp, M_POD_OPLIST)
|
||||
|
||||
MenuAppList_t* loader_get_menu_apps(Loader* loader);
|
||||
Reference in New Issue
Block a user