DungeonCrawl
Loading...
Searching...
No Matches
save_menu_local.h
Go to the documentation of this file.
1
5
#ifndef SAVE_MENU_LOCAL_H
6
#define SAVE_MENU_LOCAL_H
7
8
enum
save_menu_index {
9
SAVE_NAME_REQUEST,
10
SAVES_NOT_FOUND,
11
SELECT_SAVE,
12
SAVING,
13
NAVIGATE_INSTRUCTIONS,
14
CONFIRM_QUESTION,
15
WARNING_LOST_PROGRESS,
16
17
PRESS_ENTER_CONFIRM,
18
PRESS_ANY_RETURN,
19
20
MAX_SAVE_MENU_STRINGS
21
};
22
23
extern
char
** save_menu_strings;
24
31
void
update_save_menu_local
(
void
);
32
33
#endif
//SAVE_MENU_LOCAL_H
update_save_menu_local
void update_save_menu_local(void)
Updates the localized strings for the save menu.
Definition
save_menu_local.c:13
src
menu
local
save_menu_local.h
Generated by
1.14.0