1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2025-10-29 21:21:07 +00:00

finish position (i hope)

This commit is contained in:
2021-12-14 16:01:52 +01:00
parent 2c7bc2ff27
commit 8a3564470a
26 changed files with 34590 additions and 1322 deletions

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

@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.20348.0",
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}