Support Overlays #2

Merged
jaby merged 48 commits from Overlay-The-Beginning_CDDrive into main 2023-04-22 09:38:32 +00:00
1 changed files with 10 additions and 2 deletions
Showing only changes of commit 0a5c1fec37 - Show all commits

View File

@ -1,13 +1,21 @@
{ {
"folders": [ "folders": [
{ {
"name": "JabyEngine", "name": "Internal Include",
"path": ".", "path": "include"
},
{
"name": "Internal Source",
"path": "src"
}, },
{ {
"name": "Include", "name": "Include",
"path": "..\\..\\include" "path": "..\\..\\include"
}, },
{
"name": "JabyEngine",
"path": ".",
},
{ {
"name": "Root", "name": "Root",
"path": "..\\.." "path": "..\\.."