mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Add back extmainapps
This commit is contained in:
14
applications/services/loader/loader_extmainapp.h
Normal file
14
applications/services/loader/loader_extmainapp.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/icon.h>
|
||||
#include <m-list.h>
|
||||
|
||||
typedef struct {
|
||||
const char* name;
|
||||
const char* path;
|
||||
const Icon* icon;
|
||||
} ExtMainApp;
|
||||
|
||||
LIST_DEF(ExtMainAppList, ExtMainApp, M_POD_OPLIST)
|
||||
|
||||
ExtMainAppList_t* loader_get_ext_main_apps(Loader* loader);
|
||||
Reference in New Issue
Block a user