diff options
Diffstat (limited to 'projects/VSCode/.vscode/c_cpp_properties.json')
| -rw-r--r-- | projects/VSCode/.vscode/c_cpp_properties.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json new file mode 100644 index 00000000..10494f67 --- /dev/null +++ b/projects/VSCode/.vscode/c_cpp_properties.json @@ -0,0 +1,23 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "C:/raylib/raylib/src/**", + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE", + "GRAPHICS_API_OPENGL_33", + "PLATFORM_DESKTOP" + ], + "compilerPath": "C:/raylib/mingw/bin/gcc.exe", + "cStandard": "c11", + "cppStandard": "c++14", + "intelliSenseMode": "clang-x64" + } + ], + "version": 4 +}
\ No newline at end of file |
