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
8
enum
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
21
extern
char
** main_menu_strings;
22
29
void
update_main_menu_local
(
void
);
30
31
#endif
//MAIN_MENU_LOCAL_H
update_main_menu_local
void update_main_menu_local(void)
Updates the localized strings for the main menu.
Definition
main_menu_local.c:13
src
menu
local
main_menu_local.h
Generated by
1.14.0