MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / MenuOptionsScreen_Layout

Function MenuOptionsScreen_Layout

src/MenuOptions.c:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482static void MenuOptionsScreen_Layout(void* screen) {
483 struct MenuOptionsScreen* s = (struct MenuOptionsScreen*)screen;
484 Screen_Layout(s);
485 Menu_LayoutBack(&s->done);
486 MenuOptionsScreen_LayoutExtHelp(s);
487}
488
489static void MenuOptionsScreen_ContextLost(void* screen) {
490 struct MenuOptionsScreen* s = (struct MenuOptionsScreen*)screen;

Callers

nothing calls this directly

Calls 3

Screen_LayoutFunction · 0.85
Menu_LayoutBackFunction · 0.85

Tested by

no test coverage detected