2009-12-04 20:10:49 +01:00
|
|
|
#ifndef MENU_MESSAGES_HH
|
|
|
|
#define MENU_MESSAGES_HH
|
|
|
|
|
|
|
|
extern const char **main_menu_messages;
|
2009-12-05 13:04:00 +01:00
|
|
|
extern const char **exit_dialogue_messages;
|
2009-12-04 20:10:49 +01:00
|
|
|
extern const char **main_menu_help[];
|
|
|
|
|
|
|
|
#endif
|