frodo-wii/menu_messages.hh

12 lines
266 B
C++
Raw Normal View History

#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[];
2009-12-28 13:38:41 +01:00
extern const char **options_menu_messages;
extern const char **options_menu_help[];
#endif