b14d43caac
Added options to set vehicle damage flags Fixed saving issue #42
28 lines
892 B
JSON
28 lines
892 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/",
|
|
"${DIRECTX9_SDK_DIR}/include",
|
|
"${PLUGIN_SDK_DIR}/plugin_sa",
|
|
"${PLUGIN_SDK_DIR}/plugin_sa/game_sa",
|
|
"${PLUGIN_SDK_DIR}/shared",
|
|
"${PLUGIN_SDK_DIR}/shared/game"
|
|
],
|
|
"defines": [
|
|
"GTASA",
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.10240.0",
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "msvc-x86",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |