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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
|
const u8 gEasyChatWord_Will[] = _("WILL");
const u8 gEasyChatWord_WillBeHere[] = _("WILL BE HERE");
const u8 gEasyChatWord_Or[] = _("OR");
const u8 gEasyChatWord_Times[] = _("TIMES");
const u8 gEasyChatWord_Wonder[] = _("WONDER");
const u8 gEasyChatWord_IsItQues[] = _("IS IT?");
const u8 gEasyChatWord_Be[] = _("BE");
const u8 gEasyChatWord_Gimme[] = _("GIMME");
const u8 gEasyChatWord_Could[] = _("COULD");
const u8 gEasyChatWord_LikelyTo[] = _("LIKELY TO");
const u8 gEasyChatWord_Would[] = _("WOULD");
const u8 gEasyChatWord_Is[] = _("IS");
const u8 gEasyChatWord_IsntItQues[] = _("ISN'T IT?");
const u8 gEasyChatWord_Lets[] = _("LET'S");
const u8 gEasyChatWord_Other[] = _("OTHER");
const u8 gEasyChatWord_Are[] = _("ARE");
const u8 gEasyChatWord_Was[] = _("WAS");
const u8 gEasyChatWord_Were[] = _("WERE");
const u8 gEasyChatWord_Those[] = _("THOSE");
const u8 gEasyChatWord_Isnt[] = _("ISN'T");
const u8 gEasyChatWord_Wont[] = _("WON'T");
const u8 gEasyChatWord_Cant[] = _("CAN'T");
const u8 gEasyChatWord_Can[] = _("CAN");
const u8 gEasyChatWord_Dont[] = _("DON'T");
const u8 gEasyChatWord_Do[] = _("DO");
const u8 gEasyChatWord_Does[] = _("DOES");
const u8 gEasyChatWord_Whom[] = _("WHOM");
const u8 gEasyChatWord_Which[] = _("WHICH");
const u8 gEasyChatWord_Wasnt[] = _("WASN'T");
const u8 gEasyChatWord_Werent[] = _("WEREN'T");
const u8 gEasyChatWord_Have[] = _("HAVE");
const u8 gEasyChatWord_Havent[] = _("HAVEN'T");
const u8 gEasyChatWord_A[] = _("A");
const u8 gEasyChatWord_An[] = _("AN");
const u8 gEasyChatWord_Not[] = _("NOT");
const u8 gEasyChatWord_There[] = _("THERE");
const u8 gEasyChatWord_OkQues[] = _("OK?");
const u8 gEasyChatWord_So[] = _("SO");
const u8 gEasyChatWord_Maybe[] = _("MAYBE");
const u8 gEasyChatWord_About[] = _("ABOUT");
const u8 gEasyChatWord_Over[] = _("OVER");
const u8 gEasyChatWord_It[] = _("IT");
const u8 gEasyChatWord_All[] = _("ALL");
const u8 gEasyChatWord_For[] = _("FOR");
const u8 gEasyChatWord_On[] = _("ON");
const u8 gEasyChatWord_Off[] = _("OFF");
const u8 gEasyChatWord_As[] = _("AS");
const u8 gEasyChatWord_To[] = _("TO");
const u8 gEasyChatWord_With[] = _("WITH");
const u8 gEasyChatWord_Better[] = _("BETTER");
const u8 gEasyChatWord_Ever[] = _("EVER");
const u8 gEasyChatWord_Since[] = _("SINCE");
const u8 gEasyChatWord_Of[] = _("OF");
const u8 gEasyChatWord_BelongsTo[] = _("BELONGS TO");
const u8 gEasyChatWord_At[] = _("AT");
const u8 gEasyChatWord_In[] = _("IN");
const u8 gEasyChatWord_Out[] = _("OUT");
const u8 gEasyChatWord_Too[] = _("TOO");
const u8 gEasyChatWord_Like[] = _("LIKE");
const u8 gEasyChatWord_Did[] = _("DID");
const u8 gEasyChatWord_Didnt[] = _("DIDN'T");
const u8 gEasyChatWord_Doesnt[] = _("DOESN'T");
const u8 gEasyChatWord_Without[] = _("WITHOUT");
const u8 gEasyChatWord_After[] = _("AFTER");
const u8 gEasyChatWord_Before[] = _("BEFORE");
const u8 gEasyChatWord_While[] = _("WHILE");
const u8 gEasyChatWord_Than[] = _("THAN");
const u8 gEasyChatWord_Once[] = _("ONCE");
const u8 gEasyChatWord_Anywhere[] = _("ANYWHERE");
const struct EasyChatWordInfo gEasyChatGroup_Endings[] = {
{
.text = gEasyChatWord_Will,
.alphabeticalOrder = 32,
.enabled = TRUE,
},
{
.text = gEasyChatWord_WillBeHere,
.alphabeticalOrder = 39,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Or,
.alphabeticalOrder = 63,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Times,
.alphabeticalOrder = 42,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Wonder,
.alphabeticalOrder = 33,
.enabled = TRUE,
},
{
.text = gEasyChatWord_IsItQues,
.alphabeticalOrder = 68,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Be,
.alphabeticalOrder = 15,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Gimme,
.alphabeticalOrder = 46,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Could,
.alphabeticalOrder = 54,
.enabled = TRUE,
},
{
.text = gEasyChatWord_LikelyTo,
.alphabeticalOrder = 6,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Would,
.alphabeticalOrder = 64,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Is,
.alphabeticalOrder = 53,
.enabled = TRUE,
},
{
.text = gEasyChatWord_IsntItQues,
.alphabeticalOrder = 49,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Lets,
.alphabeticalOrder = 22,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Other,
.alphabeticalOrder = 21,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Are,
.alphabeticalOrder = 8,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Was,
.alphabeticalOrder = 59,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Were,
.alphabeticalOrder = 60,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Those,
.alphabeticalOrder = 24,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Isnt,
.alphabeticalOrder = 25,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Wont,
.alphabeticalOrder = 61,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Cant,
.alphabeticalOrder = 23,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Can,
.alphabeticalOrder = 50,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Dont,
.alphabeticalOrder = 43,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Do,
.alphabeticalOrder = 7,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Does,
.alphabeticalOrder = 30,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Whom,
.alphabeticalOrder = 31,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Which,
.alphabeticalOrder = 55,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Wasnt,
.alphabeticalOrder = 11,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Werent,
.alphabeticalOrder = 5,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Have,
.alphabeticalOrder = 19,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Havent,
.alphabeticalOrder = 12,
.enabled = TRUE,
},
{
.text = gEasyChatWord_A,
.alphabeticalOrder = 41,
.enabled = TRUE,
},
{
.text = gEasyChatWord_An,
.alphabeticalOrder = 13,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Not,
.alphabeticalOrder = 58,
.enabled = TRUE,
},
{
.text = gEasyChatWord_There,
.alphabeticalOrder = 9,
.enabled = TRUE,
},
{
.text = gEasyChatWord_OkQues,
.alphabeticalOrder = 38,
.enabled = TRUE,
},
{
.text = gEasyChatWord_So,
.alphabeticalOrder = 34,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Maybe,
.alphabeticalOrder = 52,
.enabled = TRUE,
},
{
.text = gEasyChatWord_About,
.alphabeticalOrder = 45,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Over,
.alphabeticalOrder = 36,
.enabled = TRUE,
},
{
.text = gEasyChatWord_It,
.alphabeticalOrder = 44,
.enabled = TRUE,
},
{
.text = gEasyChatWord_All,
.alphabeticalOrder = 67,
.enabled = TRUE,
},
{
.text = gEasyChatWord_For,
.alphabeticalOrder = 2,
.enabled = TRUE,
},
{
.text = gEasyChatWord_On,
.alphabeticalOrder = 14,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Off,
.alphabeticalOrder = 56,
.enabled = TRUE,
},
{
.text = gEasyChatWord_As,
.alphabeticalOrder = 40,
.enabled = TRUE,
},
{
.text = gEasyChatWord_To,
.alphabeticalOrder = 51,
.enabled = TRUE,
},
{
.text = gEasyChatWord_With,
.alphabeticalOrder = 37,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Better,
.alphabeticalOrder = 66,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Ever,
.alphabeticalOrder = 35,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Since,
.alphabeticalOrder = 18,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Of,
.alphabeticalOrder = 3,
.enabled = TRUE,
},
{
.text = gEasyChatWord_BelongsTo,
.alphabeticalOrder = 47,
.enabled = TRUE,
},
{
.text = gEasyChatWord_At,
.alphabeticalOrder = 57,
.enabled = TRUE,
},
{
.text = gEasyChatWord_In,
.alphabeticalOrder = 16,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Out,
.alphabeticalOrder = 28,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Too,
.alphabeticalOrder = 17,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Like,
.alphabeticalOrder = 29,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Did,
.alphabeticalOrder = 27,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Didnt,
.alphabeticalOrder = 65,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Doesnt,
.alphabeticalOrder = 26,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Without,
.alphabeticalOrder = 0,
.enabled = TRUE,
},
{
.text = gEasyChatWord_After,
.alphabeticalOrder = 1,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Before,
.alphabeticalOrder = 48,
.enabled = TRUE,
},
{
.text = gEasyChatWord_While,
.alphabeticalOrder = 62,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Than,
.alphabeticalOrder = 20,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Once,
.alphabeticalOrder = 4,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Anywhere,
.alphabeticalOrder = 10,
.enabled = TRUE,
},
};
|