-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
728 lines (728 loc) · 38.4 KB
/
.gitignore
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
/Debug/SDL.obj
/Debug/SHA1.obj
/Debug/SendBuffer.obj
/Debug/UniMod.Build.CppClean.log
/Debug/UniMod.exp
/Debug/UniMod.lib
/Debug/UniMod.obj
/Debug/UniMod.pch
/Debug/UniMod.pdb
/Debug/UniMod.tlog/CL.read.1.tlog
/Debug/UniMod.tlog/CL.write.1.tlog
/Debug/UniMod.tlog/UniMod.lastbuildstate
/Debug/UniMod.tlog/UniMod.write.1u.tlog
/Debug/UniMod.tlog/cl.command.1.tlog
/Debug/UniMod.tlog/link.command.1.tlog
/Debug/UniMod.tlog/link.read.1.tlog
/Debug/UniMod.tlog/link.write.1.tlog
/Debug/UniMod2.log
/Debug/Waypoints.obj
/Debug/admin.obj
/Debug/audServer.obj
/Debug/authManager.obj
/Debug/autoServer.obj
/Debug/blocksort.obj
/Debug/bugsAndChips.obj
/Debug/bzlib.obj
/Debug/cliUtil.obj
/Debug/clientView.obj
/Debug/compress.obj
/Debug/console.obj
/Debug/crctable.obj
/Debug/decompress.obj
/Debug/defs.obj
/Debug/filesystem.obj
/Debug/fxBuff.obj
/Debug/gui.obj
/Debug/huffman.obj
/Debug/imageUtil.obj
/Debug/json.obj
/Debug/keys.obj
/Debug/libVer.obj
/Debug/lpeg.obj
/Debug/lua_addons.obj
/Debug/map.obj
/Debug/mapUtil.obj
/Debug/net.obj
/Debug/player.obj
/Debug/playerExternFunction.obj
/Debug/polygon.obj
/Debug/randtable.obj
/Debug/react.obj
/Debug/replays.obj
/Debug/score.obj
/Debug/spelList.obj
/Debug/spellGet.obj
/Debug/spells.obj
/Debug/sprite.obj
/Debug/stdafx.obj
/Debug/tiles.obj
/Debug/unit.obj
/Debug/unit2.obj
/Debug/unitExternFunction.obj
/Debug/util.obj
/Debug/vc120.idb
/Debug/vc120.pdb
/Debug/webserver.obj
/Debug/windowMsg.obj
/Debug/windows.obj
/Debug/windowsUniModFunction.obj
/Libs/LuaJIT-2.0.3/luajit.vcxproj.user
/Libs/LuaJIT-2.0.3/src/host/buildvm_arch.h
/Libs/LuaJIT-2.0.3/src/jit/vmdef.lua
/Libs/LuaJIT-2.0.3/src/lj_bcdef.h
/Libs/LuaJIT-2.0.3/src/lj_ffdef.h
/Libs/LuaJIT-2.0.3/src/lj_folddef.h
/Libs/LuaJIT-2.0.3/src/lj_libdef.h
/Libs/LuaJIT-2.0.3/src/lj_recdef.h
/Libs/LuaJIT-2.0.3/src/lua51.lib
/Libs/LuaJIT-2.0.3/src/luajit.exe
/Libs/LuaJIT-2.0.3/src/luajit.log
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.Build.CppClean.log
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/CL.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/CL.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/Lib-link-cvtres.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/Lib-link-cvtres.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/SDL2.lastbuildstate
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/cl.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/lib.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/rc.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/rc.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL2.tlog/rc.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_RLEaccel.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_VS2013.log
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_assert.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_atomic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_audio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_audiocvt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_audiodev.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_audiotypecvt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blendfillrect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blendline.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blendpoint.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_0.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_1.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_A.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_N.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_auto.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_copy.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_blit_slow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_bmp.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_clipboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_clipboardevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_cpuinfo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_d3dmath.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_directsound.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_diskaudio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_drawline.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_drawpoint.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_dropevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_dummyaudio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_dxjoystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_dynapi.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_egl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_error.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_events.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_fillrect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_gamecontroller.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_gesture.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_getenv.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_haptic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_hints.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_iconv.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_joystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_keyboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_log.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_malloc.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_mixer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_mmjoystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_mouse.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_nullevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_nullframebuffer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_nullvideo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_pixels.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_power.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_qsort.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_quit.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_rect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render_d3d.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render_d3d11.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render_gl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render_gles2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_render_sw.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_rotate.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_rwops.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_shaders_gl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_shaders_gles2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_shape.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_spinlock.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_stdlib.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_stretch.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_string.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_surface.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_syscond.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_sysfilesystem.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_syshaptic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_sysloadso.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_sysmutex.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_syspower.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_syssem.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_systhread.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_systimer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_systls.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_thread.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_timer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_touch.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_video.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_wave.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windows.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsclipboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsframebuffer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowskeyboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsmessagebox.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsmodes.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsmouse.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsopengl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsopengles.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsshape.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowsvideo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_windowswindow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_winmm.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_xaudio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_yuv_mmx.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/SDL_yuv_sw.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/e_atan2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/e_log.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/e_pow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/e_rem_pio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/e_sqrt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/k_cos.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/k_rem_pio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/k_sin.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_atan.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_copysign.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_cos.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_fabs.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_floor.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_scalbn.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/s_sin.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/vc120.idb
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/vc120.pdb
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Debug/version.res
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.Build.CppClean.log
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/CL.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/CL.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/Lib-link-cvtres.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/Lib-link-cvtres.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/SDL2_ttf.lastbuildstate
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/cl.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/lib.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/rc.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/rc.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL2_ttf.tlog/rc.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL_ttf.obj
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/SDL_ttf_VS2012.log
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/Version.res
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/vc120.idb
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Debug/vc120.pdb
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/autofit.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/bdf.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/cff.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.log
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/CL.read.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/Lib-link.read.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/Lib-link.write.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/cl.command.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/cl.write.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/freetype.lastbuildstate
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype.tlog/lib.command.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/freetype255d.Build.CppClean.log
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftbase.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftbbox.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftbitmap.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftcache.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftdebug.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftfstype.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftgasp.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftglyph.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftgxval.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftgzip.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftinit.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftlcdfil.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftlzw.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftmm.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftotval.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftpatent.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftpfr.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftstroke.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftsynth.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftsystem.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/fttype1.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftwinfnt.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/ftxf86.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/pcf.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/pfr.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/psaux.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/pshinter.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/psmodule.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/raster.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/sfnt.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/smooth.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/truetype.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/type1.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/type1cid.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/type42.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Debug/winfnt.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/freetype255d.pdb
/Libs/SDL2.lib
/Libs/SDL2_ttf.lib
/Libs/freetype.lib
/Libs/libpng.lib
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/adler32.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/compress.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/crc32.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/deflate.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/gzclose.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/gzlib.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/gzread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/gzwrite.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/infback.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/inffast.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/inflate.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/inftrees.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/trees.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/uncompr.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/vc120.idb
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/vc120.pdb
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.Build.CppClean.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/CL.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/CL.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/Lib-link.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/Lib-link.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/cl.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/lib.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zlib.tlog/zlib.lastbuildstate
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/ZLib/zutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.Build.CppClean.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.pch
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/CL.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/CL.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/Lib-link.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/Lib-link.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/cl.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/lib.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/libpng.tlog/libpng.lastbuildstate
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/png.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngerror.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngget.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngmem.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngpread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngrio.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngrtran.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngrutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngset.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngtrans.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngwio.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngwrite.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngwtran.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/pngwutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/vc120.idb
/Libs/lpng151/projects/visualc71/Win32_LIB_Debug/vc120.pdb
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.Build.CppClean.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.Build.CppClean.log
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.log
/Libs/luajit.lib
/Libs/luasocket/src/auxiliar.obj
/Libs/luasocket/src/buffer.obj
/Libs/luasocket/src/except.obj
/Libs/luasocket/src/inet.obj
/Libs/luasocket/src/io.obj
/Libs/luasocket/src/luasocket.obj
/Libs/luasocket/src/options.obj
/Libs/luasocket/src/select.obj
/Libs/luasocket/src/socket.Build.CppClean.log
/Libs/luasocket/src/socket.log
/Libs/luasocket/src/socket.tlog/CL.read.1.tlog
/Libs/luasocket/src/socket.tlog/CL.write.1.tlog
/Libs/luasocket/src/socket.tlog/Lib-link.read.1.tlog
/Libs/luasocket/src/socket.tlog/Lib-link.write.1.tlog
/Libs/luasocket/src/socket.tlog/cl.command.1.tlog
/Libs/luasocket/src/socket.tlog/lib.command.1.tlog
/Libs/luasocket/src/socket.tlog/socket.lastbuildstate
/Libs/luasocket/src/tcp.obj
/Libs/luasocket/src/timeout.obj
/Libs/luasocket/src/udp.obj
/Libs/luasocket/src/vc120.idb
/Libs/luasocket/src/vc120.pdb
/Libs/luasocket/src/wsocket.obj
/Libs/socket.lib
/Libs/zlib.lib
/Release/UniMod.Build.CppClean.log
/Release/UniMod.tlog/unsuccessfulbuild
/Release/UniMod2.log
/UniMod2.vcxproj.user
/UniModNew.opensdf
/UniModNew.sdf
/UniModNew.v12.suo
/ipch/unimod2-11107902/unimod-62249a38.ipch
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.Build.CppClean.log
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.Build.CppClean.log
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype255.Build.CppClean.log
/Debug/UniMod.dll.intermediate.manifest
/Debug/UniMod.dll.manifest
/Debug/UniMod.tlog/mt.command.1.tlog
/Debug/UniMod.tlog/mt.read.1.tlog
/Debug/UniMod.tlog/mt.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/adler32.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/compress.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/crc32.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/deflate.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/gzclose.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/gzlib.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/gzread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/gzwrite.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/infback.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/inffast.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/inflate.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/inftrees.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/trees.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/uncompr.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/vc120.pdb
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/CL.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/CL.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/Lib-link.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/Lib-link.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/cl.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/lib.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zlib.tlog/zlib.lastbuildstate
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/ZLib/zutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.pch
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/CL.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/CL.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/Lib-link.read.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/Lib-link.write.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/cl.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/lib.command.1.tlog
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/libpng.tlog/libpng.lastbuildstate
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/png.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngerror.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngget.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngmem.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngpread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngread.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngrio.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngrtran.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngrutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngset.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngtrans.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngwio.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngwrite.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngwtran.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/pngwutil.obj
/Libs/lpng151/projects/visualc71/Win32_LIB_Release/vc120.pdb
/Release/SDL.obj
/Release/SHA1.obj
/Release/SendBuffer.obj
/Release/UniMod.dll.intermediate.manifest
/Release/UniMod.dll.manifest
/Release/UniMod.exp
/Release/UniMod.lib
/Release/UniMod.obj
/Release/UniMod.pch
/Release/UniMod.pdb
/Release/UniMod.tlog/CL.read.1.tlog
/Release/UniMod.tlog/CL.write.1.tlog
/Release/UniMod.tlog/UniMod.lastbuildstate
/Release/UniMod.tlog/UniMod.write.1u.tlog
/Release/UniMod.tlog/cl.command.1.tlog
/Release/UniMod.tlog/link.command.1.tlog
/Release/UniMod.tlog/link.read.1.tlog
/Release/UniMod.tlog/link.write.1.tlog
/Release/UniMod.tlog/mt.command.1.tlog
/Release/UniMod.tlog/mt.read.1.tlog
/Release/UniMod.tlog/mt.write.1.tlog
/Release/Waypoints.obj
/Release/admin.obj
/Release/audServer.obj
/Release/authManager.obj
/Release/autoServer.obj
/Release/blocksort.obj
/Release/bugsAndChips.obj
/Release/bzlib.obj
/Release/cliUtil.obj
/Release/clientView.obj
/Release/compress.obj
/Release/console.obj
/Release/crctable.obj
/Release/decompress.obj
/Release/defs.obj
/Release/filesystem.obj
/Release/fxBuff.obj
/Release/gui.obj
/Release/huffman.obj
/Release/imageUtil.obj
/Release/json.obj
/Release/keys.obj
/Release/libVer.obj
/Release/lpeg.obj
/Release/lua_addons.obj
/Release/map.obj
/Release/mapUtil.obj
/Release/net.obj
/Release/player.obj
/Release/playerExternFunction.obj
/Release/polygon.obj
/Release/randtable.obj
/Release/react.obj
/Release/replays.obj
/Release/score.obj
/Release/spelList.obj
/Release/spellGet.obj
/Release/spells.obj
/Release/sprite.obj
/Release/stdafx.obj
/Release/tiles.obj
/Release/unit.obj
/Release/unit2.obj
/Release/unitExternFunction.obj
/Release/util.obj
/Release/vc120.pdb
/Release/webserver.obj
/Release/windowMsg.obj
/Release/windows.obj
/Release/windowsUniModFunction.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/CL.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/CL.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/Lib-link-cvtres.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/Lib-link-cvtres.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/SDL2.lastbuildstate
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/cl.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/lib.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/rc.command.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/rc.read.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL2.tlog/rc.write.1.tlog
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_RLEaccel.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_VS2013.log
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_assert.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_atomic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_audio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_audiocvt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_audiodev.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_audiotypecvt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blendfillrect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blendline.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blendpoint.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_0.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_1.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_A.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_N.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_auto.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_copy.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_blit_slow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_bmp.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_clipboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_clipboardevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_cpuinfo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_d3dmath.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_directsound.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_diskaudio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_drawline.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_drawpoint.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_dropevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_dummyaudio.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_dxjoystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_dynapi.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_egl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_error.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_events.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_fillrect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_gamecontroller.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_gesture.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_getenv.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_haptic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_hints.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_iconv.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_joystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_keyboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_log.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_malloc.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_mixer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_mmjoystick.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_mouse.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_nullevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_nullframebuffer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_nullvideo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_pixels.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_power.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_qsort.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_quit.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_rect.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render_d3d.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render_d3d11.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render_gl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render_gles2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_render_sw.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_rotate.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_rwops.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_shaders_gl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_shaders_gles2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_shape.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_spinlock.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_stdlib.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_stretch.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_string.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_surface.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_syscond.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_sysfilesystem.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_syshaptic.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_sysloadso.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_sysmutex.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_syspower.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_syssem.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_systhread.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_systimer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_systls.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_thread.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_timer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_touch.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_video.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_wave.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windows.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsclipboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsevents.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsframebuffer.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowskeyboard.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsmessagebox.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsmodes.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsmouse.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsopengl.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsopengles.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsshape.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowsvideo.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_windowswindow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_winmm.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_xaudio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_yuv_mmx.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/SDL_yuv_sw.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/e_atan2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/e_log.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/e_pow.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/e_rem_pio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/e_sqrt.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/k_cos.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/k_rem_pio2.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/k_sin.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_atan.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_copysign.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_cos.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_fabs.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_floor.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_scalbn.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/s_sin.obj
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/vc120.pdb
/Libs/SDL/SDL2-2.0.3/VisualC/SDL/Win32/Release/version.res
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/CL.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/CL.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/Lib-link-cvtres.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/Lib-link-cvtres.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/SDL2_ttf.lastbuildstate
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/cl.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/lib.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/rc.command.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/rc.read.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL2_ttf.tlog/rc.write.1.tlog
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL_ttf.obj
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/SDL_ttf_VS2012.log
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/Version.res
/Libs/SDL/SDL2_ttf-2.0.12/VisualC/Win32/Release/vc120.pdb
/Libs/SDL/VQA/Debug/VQA_XCC.log
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/CL.read.1.tlog
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/CL.write.1.tlog
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/Lib-link.read.1.tlog
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/Lib-link.write.1.tlog
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/VQA_XCC.lastbuildstate
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/cl.command.1.tlog
/Libs/SDL/VQA/Debug/VQA_XCC.tlog/lib.command.1.tlog
/Libs/SDL/VQA/Debug/aud_decode.obj
/Libs/SDL/VQA/Debug/ddpf_conversion.obj
/Libs/SDL/VQA/Debug/vc120.idb
/Libs/SDL/VQA/Debug/vc120.pdb
/Libs/SDL/VQA/Debug/vqa_decode.obj
/Libs/SDL/VQA/Debug/vqa_file.obj
/Libs/SDL/VQA/Release/VQA_XCC.log
/Libs/SDL/VQA/Release/VQA_XCC.tlog/CL.read.1.tlog
/Libs/SDL/VQA/Release/VQA_XCC.tlog/CL.write.1.tlog
/Libs/SDL/VQA/Release/VQA_XCC.tlog/Lib-link.read.1.tlog
/Libs/SDL/VQA/Release/VQA_XCC.tlog/Lib-link.write.1.tlog
/Libs/SDL/VQA/Release/VQA_XCC.tlog/VQA_XCC.lastbuildstate
/Libs/SDL/VQA/Release/VQA_XCC.tlog/cl.command.1.tlog
/Libs/SDL/VQA/Release/VQA_XCC.tlog/lib.command.1.tlog
/Libs/SDL/VQA/Release/aud_decode.obj
/Libs/SDL/VQA/Release/ddpf_conversion.obj
/Libs/SDL/VQA/Release/vc120.pdb
/Libs/SDL/VQA/Release/vqa_decode.obj
/Libs/SDL/VQA/Release/vqa_file.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/autofit.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/bdf.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/cff.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.log
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/CL.read.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/Lib-link.read.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/Lib-link.write.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/cl.command.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/cl.write.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/freetype.lastbuildstate
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/freetype.tlog/lib.command.1.tlog
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftbase.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftbbox.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftbitmap.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftcache.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftdebug.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftfstype.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftgasp.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftglyph.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftgxval.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftgzip.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftinit.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftlcdfil.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftlzw.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftmm.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftotval.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftpatent.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftpfr.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftstroke.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftsynth.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftsystem.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/fttype1.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftwinfnt.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/ftxf86.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/pcf.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/pfr.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/psaux.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/pshinter.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/psmodule.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/raster.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/sfnt.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/smooth.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/truetype.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/type1.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/type1cid.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/type42.obj
/Libs/SDL/freetype-2.5.5/objs/vc2010/Win32/Release/winfnt.obj
/Libs/VQA.lib
/Libs/SDL/VQA/Release/VQA_XCC.Build.CppClean.log
/Libs/SDL/VQA/Debug/VQA_XCC.Build.CppClean.log
/ipch/unimod2-11107902/*.ipch