mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-12-04 09:24:24 +01:00
8 lines
137 B
C++
8 lines
137 B
C++
|
#ifndef MENU_MESSAGES_HH
|
||
|
#define MENU_MESSAGES_HH
|
||
|
|
||
|
extern const char **main_menu_messages;
|
||
|
extern const char **main_menu_help[];
|
||
|
|
||
|
#endif
|