fixed .vscode

This commit is contained in:
LinkHpp 2025-03-21 12:21:32 +01:00
parent 8c769085fc
commit 4d4a1d3189

23
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:\\grr\\GRRLIB\\GRRLIB\\GRRLIB\\",
"C:\\devkitPro\\libogc\\include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}