DungeonCrawl
Loading...
Searching...
No Matches
language_menu_local.h
Go to the documentation of this file.
1
5
#ifndef LANGUAGE_MENU_LOCAL_H
6
#define LANGUAGE_MENU_LOCAL_H
7
8
enum
language_menu_index {
9
LANGUAGE_ENGLISH,
10
LANGUAGE_GERMAN,
11
12
MAX_LANGUAGE_MENU_STRINGS
13
};
14
15
extern
char
** language_menu_strings;
16
23
void
update_language_menu_local
(
void
);
24
25
#endif
//LANGUAGE_MENU_LOCAL_H
update_language_menu_local
void update_language_menu_local(void)
Updates the localized strings for the language menu.
Definition
language_menu_local.c:13
src
menu
local
language_menu_local.h
Generated by
1.14.0