ALLEGRO_MENU_INFO

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (C)
struct ALLEGRO_MENU_INFO {}

Members

Variables

caption
const(char)* caption;
Undocumented in source.
flags
int flags;
Undocumented in source.
icon
ALLEGRO_BITMAP* icon;
Undocumented in source.
id
ushort id;
Undocumented in source.

Meta