DungeonCrawl
|
Loads and updates localized strings for the language menu UI. More...
Go to the source code of this file.
Functions | |
void | update_language_menu_local (void) |
Updates the localized strings for the language menu. |
Variables | |
char ** | language_menu_strings = NULL |
Loads and updates localized strings for the language menu UI.
Definition in file language_menu_local.c.
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.
char** language_menu_strings = NULL |
Definition at line 11 of file language_menu_local.c.