From 92819b716b0c40950b8ce578858140990205be23 Mon Sep 17 00:00:00 2001 From: jaby Date: Sun, 21 Aug 2022 14:58:17 +0200 Subject: [PATCH] Prepare new JabyEngine project --- Legacy/JabyEngine.code-workspace | 6 +++--- src/Library/Library.code-workspace | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 src/Library/Library.code-workspace diff --git a/Legacy/JabyEngine.code-workspace b/Legacy/JabyEngine.code-workspace index df3cc0f8..8c479d23 100644 --- a/Legacy/JabyEngine.code-workspace +++ b/Legacy/JabyEngine.code-workspace @@ -6,15 +6,15 @@ }, { "name": "PSYQ", - "path": "..\\..\\PSYQ\\Converted\\Include" + "path": "..\\..\\..\\PSYQ\\Converted\\Include" }, { "name": "NEXTGPU", - "path": "..\\..\\..\\..\\PSX\\projects\\NEXTGPU" + "path": "..\\..\\..\\..\\..\\PSX\\projects\\NEXTGPU" }, { "name": "CDPLAYER", - "path": "..\\..\\..\\..\\PSX\\projects\\CDPLAYER" + "path": "..\\..\\..\\..\\..\\PSX\\projects\\CDPLAYER" } ], "tasks": { diff --git a/src/Library/Library.code-workspace b/src/Library/Library.code-workspace new file mode 100644 index 00000000..2558d4cf --- /dev/null +++ b/src/Library/Library.code-workspace @@ -0,0 +1,13 @@ +{ + "folders": [ + { + "name": "Include", + "path": "..\\..\\include" + }, + { + "name": "JabyEngine", + "path": "." + } + ], + "settings": {} +} \ No newline at end of file