//============================================================ // // menu.h - SDLMESS menu handling // //============================================================ #ifndef MENU_H #define MENU_H //============================================================ // GLOBAL VARIABLES //============================================================ extern int win_use_natural_keyboard; //============================================================ // PROTOTYPES //============================================================ #endif /* MENU_H */