DungeonCrawl
|
Loads and updates localized strings for the save game menu UI. More...
Go to the source code of this file.
Functions | |
void | update_save_menu_local (void) |
Updates the localized strings for the save menu. |
Variables | |
char ** | save_menu_strings = NULL |
Loads and updates localized strings for the save game menu UI.
Definition in file save_menu_local.c.
void update_save_menu_local | ( | void | ) |
Updates the localized strings for the save menu.
This function retrieves the localized strings for the save menu and updates the corresponding entries in the save menu strings array.
Definition at line 13 of file save_menu_local.c.
char** save_menu_strings = NULL |
Definition at line 11 of file save_menu_local.c.