Add script for Steam (#2)

This commit is contained in:
EnderIce2
2024-04-05 21:11:45 +03:00
parent 7461479cbb
commit 7af098ab26
5 changed files with 249 additions and 83 deletions

View File

@ -2,7 +2,11 @@
"C_Cpp.default.compilerPath": "/usr/bin/i686-w64-mingw32-gcc",
"files.associations": {
"*.su": "tsv",
"thread": "cpp",
"bitset": "cpp",
"initializer_list": "cpp",
"windows.h": "c",
"namedpipeapi.h": "c"
"namedpipeapi.h": "c",
"*.rh": "c"
}
}