From 7b956089e6ba5162fb0b667f1c0a60f6ece90c38 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 15 Dec 2022 12:59:19 +0100 Subject: added drops --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode') 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", -- cgit v1.2.3-70-g09d2