DungeonCrawl
Loading...
Searching...
No Matches
stats_mode_local.h
Go to the documentation of this file.
1
5#ifndef STATS_MODE_LOCAL_H
6#define STATS_MODE_LOCAL_H
7
8enum stats_mode_index {
9 //strings that are updated via local
10 PLAYER_MENU_TITLE,
11 STATS_MENU_TITLE,
12 INVENTORY_MENU_TITLE,
13 HEALTH_STR,
14 STAMINA_STR,
15 MANA_STR,
16 STRENGTH_STR,
17 INTELLIGENCE_STR,
18 DEXTERITY_STR,
19 CONSTITUTION_STR,
20 LEVEL_STR,
21 EXP_STR,
22 ARMOR_STR,
23 MAGIC_RESISTANCE_STR,
24 AVAILABLE_SKILL_POINTS_STR,
25 EQUIPPED_ARMOR_STR,
26 EMPTY_ARMOR_SLOT_STR,
27
28 MAX_STATS_STRINGS
29};
30
31extern char** stats_mode_strings;
32
47void update_stats_local(void);
48
49#endif//STATS_MODE_LOCAL_H
void update_stats_local(void)
Updates the localized strings used in the stats menu.