Try improving workspace structure

This commit is contained in:
jaby 2023-03-22 21:28:38 +01:00
parent 159fbc5d9c
commit a352430530
1 changed files with 10 additions and 2 deletions

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": "..\\.."