Les couleurs #1

Closed
Persson-dev wants to merge 4 commits from couleur into main
Showing only changes of commit 484d3f9972 - Show all commits

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "Tetris",
"cppStandard": "c++20",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}