This commit is contained in:
2026-02-19 17:02:32 -05:00
parent 692917664f
commit 437fcde98d
4 changed files with 159 additions and 29 deletions

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

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/attempt_1"
],
"defines": [
"BUILD_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c23",
"windowsSdkVersion": "10.0.26100.0"
}
],
"version": 4
}