Files
tmc/src/tmc.code-workspace
T
2021-02-03 17:38:27 -08:00

21 lines
520 B
Plaintext

{
"folders" : [ { "path" : ".." } ], "settings" : {
"files.associations" : {
"algorithm": "cpp",
"ios": "c",
"functions.h": "c",
"textbox.h": "c",
"structures.h": "c",
"fileselect.h": "c",
"menu.h": "c",
"save.h": "c",
"main.h": "c",
"object.h": "c",
"filescreen.h": "c",
"screen.h": "c",
"global.h": "c",
"player.h": "c"
}
}
}