MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / MenuList

Method MenuList

engine/src/menu.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30MenuList::MenuList()
31{
32 name = NULL;
33}
34
35MenuList::MenuList(char* name)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected