52 RT_WINDOW_MAXIMIZED = 3,
53 RT_WINDOW_MINIMIZED = 4,
54 RT_WINDOW_STANDARD = 5,
63 RT_TITLE_APPNAME = 40,
64 RT_TITLE_TRAINER = 42,
66 RT_TITLE_MISSION = 44,
68 RT_TITLE_CODE_BATTLES = 46,
76 RT_PLAY_CHAP_CHAPTERS = 60,
77 RT_PLAY_CHAP_PLANETS = 61,
78 RT_PLAY_CHAP_USERLVL = 62,
79 RT_PLAY_LIST_LEVELS = 63,
80 RT_PLAY_LIST_EXERCISES = 64,
81 RT_PLAY_LIST_CHALLENGES = 65,
82 RT_PLAY_LIST_MISSIONS = 66,
83 RT_PLAY_LIST_FREEGAME = 67,
92 RT_PERSO_GLASSES = 91,
97 RT_DIALOG_ABORT = 103,
98 RT_DIALOG_CONTINUE = 104,
99 RT_DIALOG_DELOBJ = 105,
100 RT_DIALOG_DELGAME = 106,
103 RT_DIALOG_LOADING = 109,
105 RT_DIALOG_NOUSRLVL_TITLE = 111,
106 RT_DIALOG_NOUSRLVL_TEXT = 112,
108 RT_STUDIO_LISTTT = 120,
109 RT_STUDIO_COMPOK = 121,
110 RT_STUDIO_PROGSTOP = 122,
111 RT_STUDIO_CLONED = 123,
113 RT_PROGRAM_READONLY = 130,
114 RT_PROGRAM_EXAMPLE = 131,
116 RT_SATCOM_LIST = 140,
118 RT_SATCOM_BUILDING = 142,
119 RT_SATCOM_FRET = 143,
120 RT_SATCOM_ALIEN = 144,
121 RT_SATCOM_NULL = 145,
122 RT_SATCOM_ERROR1 = 146,
123 RT_SATCOM_ERROR2 = 147,
133 RT_GENERIC_DEV1 = 170,
134 RT_GENERIC_DEV2 = 171,
135 RT_GENERIC_EDIT1 = 172,
136 RT_GENERIC_EDIT2 = 173,
138 RT_INTERFACE_REC = 180,
140 RT_MESSAGE_WIN = 200,
141 RT_MESSAGE_LOST = 201,
143 RT_LOADING_INIT = 210,
144 RT_LOADING_PROCESSING = 211,
145 RT_LOADING_LEVEL_SETTINGS = 212,
146 RT_LOADING_MUSIC = 213,
147 RT_LOADING_TERRAIN = 214,
148 RT_LOADING_OBJECTS = 215,
149 RT_LOADING_OBJECTS_SAVED = 216,
150 RT_LOADING_CBOT_SAVE = 218,
151 RT_LOADING_FINISHED = 219,
152 RT_LOADING_TERRAIN_RELIEF = 220,
153 RT_LOADING_TERRAIN_RES = 221,
154 RT_LOADING_TERRAIN_TEX = 222,
155 RT_LOADING_TERRAIN_GEN = 223,
164 void InitializeRestext();
166 void SetGlobalGamerName(std::string name);
167 bool GetResource(
ResType type,
unsigned int num, std::string& text);
ResType
Types of text resources.
Definition: restext.h:35
< number of values
Definition: restext.h:158
< EVENT_* (EventMsg)
Definition: restext.h:39
ResTextType
Text resources available for translation.
Definition: restext.h:49
< KEY() (keys)
Definition: restext.h:42
< RT_*
Definition: restext.h:38
< OBJECT_* (ObjectType)
Definition: restext.h:40
< ERR_* (Error)
Definition: restext.h:41