mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
15 lines
358 B
C++
15 lines
358 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 **options_menu_messages;
|
|
extern const char **options_menu_help[];
|
|
|
|
/* The menu messages are dynamically generated */
|
|
extern const char **network_menu_help[];
|
|
|
|
#endif
|