Review VSCode project

This commit is contained in:
raysan5
2019-07-30 14:00:10 +02:00
parent 5775f9d224
commit 1da7e1da8c
3 changed files with 14 additions and 5 deletions

View File

@ -14,9 +14,9 @@
"PLATFORM_DESKTOP"
],
"compilerPath": "C:/raylib/mingw/bin/gcc.exe",
"cStandard": "c11",
"cStandard": "c99",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"
"intelliSenseMode": "gcc-x64"
},
{
"name": "Mac",