Files
DNZHRecomp/.vscode/c_cpp_properties.json
T

19 lines
396 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"_LANGUAGE_C",
"DVERSION_US",
"DTARGET_N64"
]
}
],
"version": 4
}