Add back extmainapps

This commit is contained in:
Willy-JL
2023-06-26 00:17:26 +01:00
parent 64ecdc0c45
commit cc5bb03b86
4 changed files with 90 additions and 3 deletions

View 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);