-
Notifications
You must be signed in to change notification settings - Fork 0
/
tambler-gba.code-workspace
61 lines (61 loc) · 1.14 KB
/
tambler-gba.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"gba_interrupt.h": "c",
"gba_video.h": "c",
"gba_systemcalls.h": "c",
"hel2.h": "c",
"jewel2.h": "c",
"gba.h": "c",
"gba_regs.h": "c",
"gba_types.h": "c",
"jewel3.h": "c",
"jewel4.h": "c",
"stdlib.h": "c",
"font.h": "c",
"jewel6.h": "c",
"sprites.h": "c",
"jewelboard.h": "c",
"gba_sprites.h": "c",
"kirbystand.h": "c",
"mariostand.h": "c",
"gba3.h": "c",
"lib_text.h": "c",
"lib_background.h": "c",
"letters256.h": "c",
"main.h": "c",
"dma.c": "cpp",
"smgbalib.h": "c",
"string.h": "c",
"game_background.h": "c",
"general.h": "c",
"rng.h": "c",
"stdio.h": "c",
"gba_keys.h": "c",
"random": "c",
"title.h": "c",
"background.h": "c",
"__locale": "c",
"ONERING.C": "cpp",
"screenmode.h": "c",
"time.h": "c",
"sound.h": "c",
"onering.h": "c",
"dma.h": "c",
"dispcnt.h": "c",
"malloc.h": "c",
"wavplay.h": "c",
"__bit_reference": "c",
"algorithm": "c",
"bitset": "c",
"chrono": "c",
"unordered_map": "c"
},
"cSpell.enabled": false
}
}