Try improving workspace structure

This commit is contained in:
2023-03-22 21:28:38 +01:00
parent 159fbc5d9c
commit a352430530

View File

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