Files
DanielLMcGuire-LCESDK/Minecraft.Client/.vscode/c_cpp_properties.json
2026-03-07 12:20:24 -06:00

31 lines
710 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
},
{
"name": "Windows64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"_WINDOWS64"
],
"intelliSenseMode": "windows-msvc-x64",
"cStandard": "c99",
"cppStandard": "c++11"
}
],
"version": 4
}