MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / menuCreateEntry

Function menuCreateEntry

source/menu-list.c:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17menuEntry_s* menuCreateEntry(MenuEntryType type)
18{
19 menuEntry_s* me = (menuEntry_s*)malloc(sizeof(menuEntry_s));
20 menuEntryInit(me, type);
21 return me;
22}
23
24void menuDeleteEntry(menuEntry_s* me)
25{

Callers 2

menuScanFunction · 0.85
menuEntryFileAssocLoadFunction · 0.85

Calls 1

menuEntryInitFunction · 0.85

Tested by

no test coverage detected