From 4d4a1d31893a42a517465d18dc919cbd235207fb Mon Sep 17 00:00:00 2001 From: LinkHpp Date: Fri, 21 Mar 2025 12:21:32 +0100 Subject: [PATCH] fixed .vscode --- .vscode/c_cpp_properties.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..a1b1c98 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -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 +} \ No newline at end of file