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

Function menuEntryInit

source/menu-entry.c:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <libconfig.h>
5
6void menuEntryInit(menuEntry_s* me, MenuEntryType type)
7{
8 memset(me, 0, sizeof(*me));
9 me->type = type;
10 descriptorInit(&me->descriptor);
11}
12
13void menuEntryFree(menuEntry_s* me)
14{

Callers 3

menuCreateEntryFunction · 0.85
netloaderTaskFunction · 0.85
titleSelectInitFunction · 0.85

Calls 1

descriptorInitFunction · 0.85

Tested by

no test coverage detected