DungeonCrawl
|
Exposes functionality to manage the localization of the language menu. More...
Go to the source code of this file.
Enumerations | |
enum | language_menu_index { LANGUAGE_ENGLISH , LANGUAGE_GERMAN , MAX_LANGUAGE_MENU_STRINGS } |
Functions | |
void | update_language_menu_local (void) |
Updates the localized strings for the language menu. |
Variables | |
char ** | language_menu_strings |
Exposes functionality to manage the localization of the language menu.
Definition in file language_menu_local.h.
enum language_menu_index |
Definition at line 8 of file language_menu_local.h.
void update_language_menu_local | ( | void | ) |
Updates the localized strings for the language menu.
This function retrieves the localized strings for the language menu and updates the corresponding entries in the language menu strings array.
Definition at line 13 of file language_menu_local.c.
|
extern |
Definition at line 11 of file language_menu_local.c.