DungeonCrawl
|
Exposes functionality for the localization of the main menu. More...
Go to the source code of this file.
Enumerations | |
enum | main_menu_index { NEW_GAME_STR , CONTINUE_STR , SAVE_GAME_STR , LOAD_GAME_STR , CHANGE_LANGUAGE_STR , EXIT_STR , QUESTION_CONTINUE , QUESTION_EXIT , MAX_MAIN_MENU_STRINGS } |
Functions | |
void | update_main_menu_local (void) |
Updates the localized strings for the main menu. |
Variables | |
char ** | main_menu_strings |
Exposes functionality for the localization of the main menu.
Definition in file main_menu_local.h.
enum main_menu_index |
Definition at line 8 of file main_menu_local.h.
void update_main_menu_local | ( | void | ) |
Updates the localized strings for the main menu.
This function retrieves the localized strings for the main menu and updates the corresponding entries in the main menu strings array.
Definition at line 13 of file main_menu_local.c.
|
extern |
Definition at line 11 of file main_menu_local.c.