-
Notifications
You must be signed in to change notification settings - Fork 1
/
compile_commands.json
662 lines (662 loc) · 94.9 KB
/
compile_commands.json
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
[
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\AABBTree.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\AABBTree.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\AABBTree.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Angles.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Angles.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Angles.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Application.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Application.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Application.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\BoundingBoxRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoundingBoxRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoundingBoxRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\BoxColorRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoxColorRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoxColorRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Camera.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Camera.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Camera.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\ClickTarget.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ClickTarget.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ClickTarget.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Collider.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collider.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collider.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Collision.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collision.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collision.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\CollisionMask.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\CollisionMask.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\CollisionMask.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\FastboiCore.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\FastboiCore.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\FastboiCore.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\GORef.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GORef.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GORef.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Gameobject.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Gameobject.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Gameobject.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\GameobjectAllocator.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GameobjectAllocator.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GameobjectAllocator.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Input.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Input.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Input.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\RectUI.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RectUI.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RectUI.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Renderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Renderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Renderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Rendering.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rendering.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rendering.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\RepeatRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RepeatRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RepeatRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Resources.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Resources.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Resources.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Rigidbody.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rigidbody.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rigidbody.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\ScreenElement.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ScreenElement.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ScreenElement.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Shape.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Shape.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Shape.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Speaker.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Speaker.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Speaker.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\SpriteRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\SpriteRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\SpriteRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Texture.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Texture.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Texture.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Transform.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Transform.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Transform.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\UI\\Button.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Button.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Button.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\UI\\Screen.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Screen.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Screen.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\UITexture.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UITexture.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UITexture.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\Utility.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Utility.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Utility.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\WireframeRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\WireframeRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\WireframeRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -O3 -DNDEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_audiosource.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_audiosource.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_audiosource.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_bus.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_bus.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_bus.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_3d.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_3d.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_3d.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_getters.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_getters.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_getters.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_setters.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_setters.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_setters.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_fader.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fader.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fader.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_fft.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_file.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_file.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_file.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_filter.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_filter.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_filter.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_misc.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_misc.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_misc.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_queue.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_queue.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_queue.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\core\\soloud_thread.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_thread.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_thread.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Bridge.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Bridge.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Bridge.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Chalise.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Chalise.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Chalise.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Dragon.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Dragon.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Dragon.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Game.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Game.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Game.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\GameManager.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\GameManager.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\GameManager.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Gate.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Gate.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Gate.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Item.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Item.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Item.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Layouts.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Layouts.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Layouts.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Level.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Level.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Level.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Magnet.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Magnet.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Magnet.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Player.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Player.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Player.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\Room.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Room.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\Room.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\TestSystem.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\TestSystem.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\TestSystem.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\adventure.dir\\src\\adventure\\main.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\main.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\adventure\\main.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\AABBTree.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\AABBTree.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\AABBTree.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Angles.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Angles.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Angles.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Application.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Application.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Application.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\BoundingBoxRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoundingBoxRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoundingBoxRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\BoxColorRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoxColorRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\BoxColorRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Camera.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Camera.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Camera.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\ClickTarget.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ClickTarget.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ClickTarget.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Collider.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collider.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collider.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Collision.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collision.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Collision.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\CollisionMask.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\CollisionMask.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\CollisionMask.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\FastboiCore.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\FastboiCore.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\FastboiCore.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\GORef.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GORef.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GORef.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Gameobject.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Gameobject.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Gameobject.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\GameobjectAllocator.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GameobjectAllocator.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\GameobjectAllocator.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Input.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Input.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Input.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\RectUI.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RectUI.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RectUI.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Renderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Renderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Renderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Rendering.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rendering.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rendering.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\RepeatRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RepeatRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\RepeatRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Resources.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Resources.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Resources.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Rigidbody.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rigidbody.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Rigidbody.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\ScreenElement.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ScreenElement.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\ScreenElement.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Shape.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Shape.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Shape.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Speaker.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Speaker.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Speaker.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\SpriteRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\SpriteRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\SpriteRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Texture.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Texture.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Texture.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Transform.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Transform.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Transform.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\UI\\Button.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Button.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Button.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\UI\\Screen.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Screen.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UI\\Screen.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\UITexture.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UITexture.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\UITexture.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\Utility.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Utility.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\Utility.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\WireframeRenderer.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\WireframeRenderer.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\WireframeRenderer.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\dr_impl.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wav.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\soloud_wavstream.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -O3 -DNDEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\audiosource\\wav\\stb_vorbis.c"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_audiosource.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_audiosource.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_audiosource.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_bus.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_bus.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_bus.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_3d.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_3d.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_3d.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_basicops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_faderops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_filterops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_getters.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_getters.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_getters.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_setters.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_setters.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_setters.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voicegroup.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_core_voiceops.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_fader.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fader.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fader.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_fft.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_fft_lut.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_file.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_file.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_file.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_filter.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_filter.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_filter.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_misc.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_misc.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_misc.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_queue.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_queue.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_queue.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\core\\soloud_thread.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_thread.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\core\\soloud_thread.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\deps\\soloud\\src\\backend\\sdl2_static\\soloud_sdl2_static.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\Block.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Block.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Block.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\Game.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Game.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Game.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\Inventory.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Inventory.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Inventory.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\Player.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Player.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\Player.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\World.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\World.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\World.cpp"
},
{
"directory": "C:/Users/myaka/Documents/Github/Fastboi",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DWITH_SDL2_STATIC -D__cpp_lib_ranges -IC:/Users/myaka/Documents/Github/Fastboi/inc -IC:/Users/myaka/Documents/Github/Fastboi/src -IC:/Users/myaka/Documents/Github/Fastboi/inc/soloud -IC:/Users/myaka/Documents/Github/Fastboi/inc/SDL -Wall -Wextra -Wno-parentheses-equality -Wno-unused-variable -Wno-unused-function -O3 -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -flto=thin -std=gnu++20 -o CMakeFiles\\minecraft.dir\\src\\minecraft\\main.cpp.obj -c C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\main.cpp",
"file": "C:\\Users\\myaka\\Documents\\Github\\Fastboi\\src\\minecraft\\main.cpp"
}
]