frodo-wii/menu_messages.hh
simon.kagstrom 197e7aadb6 Select analogue joysticks through a dialogue interface (only
horizontal/vertical or none available). Also align the axis
and button defs with the real Frodo.
2010-01-10 18:50:58 +00:00

21 lines
578 B
C++

#ifndef MENU_MESSAGES_HH
#define MENU_MESSAGES_HH
extern const char **main_menu_messages;
extern const char **exit_dialogue_messages;
extern const char **main_menu_help[];
extern const char **bind_key_menu_messages;
extern const char **options_menu_messages;
extern const char **options_menu_help[];
/* The menu messages are dynamically generated */
extern const char **network_menu_help[];
extern const char **network_port_dialogue_messages;
extern const char **network_unset_name_dlg;
extern const char **broken_theme_dlg;
extern const char **select_analogue_dlg;
#endif