DungeonCrawl
Loading...
Searching...
No Matches
main_menu_local.h
Go to the documentation of this file.
1
5#ifndef MAIN_MENU_LOCAL_H
6#define MAIN_MENU_LOCAL_H
7
8enum main_menu_index {
9 NEW_GAME_STR,
10 CONTINUE_STR,
11 SAVE_GAME_STR,
12 LOAD_GAME_STR,
13 CHANGE_LANGUAGE_STR,
14 EXIT_STR,
15 QUESTION_CONTINUE,
16 QUESTION_EXIT,
17
18 MAX_MAIN_MENU_STRINGS
19};
20
21extern char** main_menu_strings;
22
29void update_main_menu_local(void);
30
31#endif//MAIN_MENU_LOCAL_H
void update_main_menu_local(void)
Updates the localized strings for the main menu.