Restored configs

This commit is contained in:
dawidg81 2026-03-07 10:02:55 +01:00
commit 360269e26c
2 changed files with 19 additions and 0 deletions

14
.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "Win32",
"compilerPath": "D:/MinGW/bin/g++.exe",
"intelliSenseMode": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": []
}
],
"version": 4
}