mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
9 lines
181 B
C++
9 lines
181 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[];
|
|
|
|
#endif
|