diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b7d6958..9e4ad71 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -61,7 +61,12 @@ "${workspaceRoot}/GameLib/" ] }, - "intelliSenseMode": "msvc-x64" + "intelliSenseMode": "msvc-x64", + "cStandard": "c11", + "cppStandard": "c++17", + "defines": [ + "WIN32" + ] } ], "version": 3 diff --git a/.vscode/settings.json b/.vscode/settings.json index 68c81b6..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,2 @@ { - "files.associations": { - "draw.h": "c" - } } \ No newline at end of file