diff --git a/SDL#5/.vscode/settings.json b/SDL#5/.vscode/settings.json new file mode 100644 index 0000000..ed1f81f --- /dev/null +++ b/SDL#5/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "thread": "cpp" + }, + "C_Cpp.default.includePath": [ + "/usr/include/SDL2/" + ] +} \ No newline at end of file