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

Class Gmi

outdated/include/wingem.h:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8/* menu structure */
9typedef struct Gmi {
10 struct Gmi *Gmi_next;
11 int Gmi_glyph;
12 long Gmi_identifier;
13 char Gmi_accelerator, Gmi_groupacc;
14 int Gmi_attr;
15 char *Gmi_str;
16 long Gmi_count;
17 int Gmi_selected;
18} Gem_menu_item;
19
20#define MAXWIN 20 /* maximum number of windows, cop-out */
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected