#pragma once #include #include typedef struct { const char* name; const char* path; const Icon* icon; } ExtMainApp; LIST_DEF(ExtMainAppList, ExtMainApp, M_POD_OPLIST)