summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 12:59:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 12:59:19 +0100
commit7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch)
tree82de31240ad1f1ae77874f07b288fcc39b8948f4 /.vscode
parent23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff)
added drops
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 1fc7b4f..0b83e43 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -4,7 +4,8 @@
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
- "C:\\mingw\\mingw64\\x86_64-w64-mingw32\\include"
+ "C:\\mingw\\mingw64\\x86_64-w64-mingw32\\include",
+ "C:\\Users\\aldri\\Desktop\\Vault\\Projects\\project-base\\src"
],
"defines": [
"_DEBUG",