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