-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.h
More file actions
107 lines (104 loc) · 2.6 KB
/
strings.h
File metadata and controls
107 lines (104 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#pragma once
#include <string>
#include "constants.h"
using namespace std;
extern wstring sCoordinates;
extern wstring sHP;
extern wstring sXP;
extern wstring sStrength;
extern wstring sDexterity;
extern wstring sIntelligence;
extern wstring sLevel;
extern wstring sMonsters[NPCTypesNum];
extern wstring sCWeapon;
extern wstring sCArmor;
extern wstring sIncExp;
extern wstring sNewLevel;
extern wstring sDamageToEnemy;
extern wstring sDamageToHero1;
extern wstring sDamageToHero2;
extern wstring sKilling;
extern wstring sDodged;
extern wstring sHeroDodged;
extern wstring sNoDamage;
extern wstring sReceived;
extern wstring sSeeTrap;
extern wstring sDisarmTrap;
extern wstring sFallTrap;
extern wstring sNoFreeSpace;
extern wstring sItems[itemsNum + poulticeNum + 1];
extern wstring sMotion;
extern wstring sAttack;
extern wstring sInventory;
extern wstring sCharacteristics;
extern wstring sDodgeСhance;
extern wstring sSeeTrapChance;
extern wstring sDisarmTrapChance;
extern wstring sMenu;
extern wstring sInfo;
extern wstring sHints;
extern wstring sSelect;
extern wstring sUse;
extern wstring sDelete;
extern wstring sBack;
extern wstring sDamage;
extern wstring sDefense;
extern wstring sMaxHP;
extern wstring sPoints;
extern wstring sKilled;
extern wstring sAccept;
extern wstring sClear;
extern wstring sIncrease;
extern wstring sDecrease;
extern wstring sMulExp;
extern wstring sVisDistance;
extern wstring sSkip;
extern wstring sDeath;
extern wstring sContinue;
extern wstring sSave;
extern wstring sLoad;
extern wstring sNewGame;
extern wstring sNewMap;
extern wstring sSettings;
extern wstring sExit;
extern wstring sTileSize;
extern wstring sTileNum;
extern wstring sResolution;
extern wstring sSelectRace;
extern wstring sRaceHuman;
extern wstring sRaceDwarf;
extern wstring sRaceElf;
extern wstring sRace;
extern wstring sRaces[3];
extern wstring sDelimeter;
extern wstring sSlash;
extern wstring sComma;
extern wstring sSpace;
extern wstring sAsterisk;
extern wstring sPercent;
extern wstring sRadio;
extern wstring sWindowName;
extern wstring skArrows;
extern wstring skWASD;
extern wstring skI;
extern wstring skC;
extern wstring skEsc;
extern wstring skPlus;
extern wstring skMinus;
extern wstring skEnter;
extern wstring skSpace;
extern wstring skTab;
extern wstring skBckspc;
extern wstring sX;
extern wstring sPlus;
extern wstring sLoading;
extern wstring sMapSave;
extern wstring sHeroSave;
extern wstring sNPCSave;
extern wstring sSettingsSave;
extern wstring sSavePath;
extern wstring sVersion[2];
extern wstring sCopyright[2];
extern wstring sVersionURL;
extern wstring sLogo[logoSize];
extern wstring sHistory[historySize];