frodo-wii/menu_messages.hh

9 lines
181 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[];
#endif