 |
naev 0.12.5
|
Go to the documentation of this file.
9#define MENU_MAIN ( 1 << 0 )
10#define MENU_SMALL ( 1 << 1 )
11#define MENU_INFO ( 1 << 2 )
12#define MENU_DEATH ( 1 << 3 )
13#define MENU_OPTIONS ( 1 << 4 )
14#define MENU_ASKQUIT ( 1 << 5 )
15#define MENU_EDITORS ( 1 << 6 )
16#define menu_isOpen( f ) \
22void menu_small(
int docheck,
int info,
int options,
int allowsave );