agb/.vscode/agb.code-workspace

46 lines
579 B
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "../agb"
},
{
"path": "../agb-sound-converter"
},
{
"path": "../agb-macros"
},
{
"path": "../agb-image-converter"
},
{
"path": "../agb-fixnum"
},
{
"path": "../examples/the-purple-night"
},
{
"path": "../examples/the-hat-chooses-the-wizard"
},
{
"path": "../examples/hyperspace-roll"
2022-09-16 07:38:42 +10:00
},
2022-09-16 07:45:07 +10:00
{
"path": "../.github"
},
2022-09-16 07:38:42 +10:00
{
"path": "../template"
2022-10-09 03:02:09 +11:00
},
{
"path": "../book"
},
{
"path": "../mgba-test-runner"
},
{
"path": "../tools"
2023-04-24 02:39:00 +10:00
},
{
"path": "../agb-hashmap"
}
]
2023-04-24 02:39:00 +10:00
}