MCPcopy Create free account
hub / github.com/NetHack/NetHack / mar_add_menu

Function mar_add_menu

outdated/win/gem/wingem1.c:1447–1456  ·  view source on GitHub ↗
(win, item)

Source from the content-addressed store, hash-verified

1445/************************* mar_add_menu *******************************/
1446
1447void
1448mar_add_menu(win, item)
1449winid win;
1450Gem_menu_item *item;
1451{
1452 win = win;
1453 item->Gmi_next = invent_list;
1454 invent_list = item;
1455 Anz_inv_lines++;
1456}
1457
1458void
1459mar_reverse_menu()

Callers 1

Gem_add_menuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected