mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-01-31 21:11:43 +01:00
146 lines
3.2 KiB
JSON
146 lines
3.2 KiB
JSON
{
|
|
"C_Cpp.default.cStandard": "gnu11",
|
|
"C_Cpp.default.cppStandard": "gnu++14",
|
|
"C_Cpp.default.includePath": [
|
|
"src",
|
|
"src/animation",
|
|
"src/audio",
|
|
"src/audio/eax",
|
|
"src/audio/oal",
|
|
"src/buildings",
|
|
"src/collision",
|
|
"src/control",
|
|
"src/core",
|
|
"src/entities",
|
|
"src/extras",
|
|
"src/fakerw",
|
|
"src/math",
|
|
"src/modelinfo",
|
|
"src/objects",
|
|
"src/peds",
|
|
"src/renderer",
|
|
"src/rw",
|
|
"src/save/",
|
|
"src/skel/",
|
|
"src/skel/glfw",
|
|
"src/text",
|
|
"src/vehicles",
|
|
"src/weapons",
|
|
"vendor/librw"
|
|
],
|
|
"C_Cpp.vcFormat.indent.gotoLabels": "leftmostColumn",
|
|
"C_Cpp.vcFormat.space.pointerReferenceAlignment": "right",
|
|
"cSpell.enabled": false,
|
|
"files.trimFinalNewlines": false,
|
|
"files.trimTrailingWhitespace": false,
|
|
"files.associations": {
|
|
"system_error": "cpp",
|
|
"xlocale": "cpp",
|
|
"xiosbase": "cpp",
|
|
"memory": "cpp",
|
|
"mutex": "cpp",
|
|
"xmemory": "cpp",
|
|
"deque": "cpp",
|
|
"initializer_list": "cpp",
|
|
"list": "cpp",
|
|
"queue": "cpp",
|
|
"type_traits": "cpp",
|
|
"vector": "cpp",
|
|
"xhash": "cpp",
|
|
"xstring": "cpp",
|
|
"xutility": "cpp",
|
|
"iosfwd": "cpp",
|
|
"algorithm": "cpp",
|
|
"atomic": "cpp",
|
|
"iterator": "cpp",
|
|
"xtree": "cpp",
|
|
"ios": "cpp",
|
|
"*.inc": "cpp",
|
|
"cstdlib": "cpp",
|
|
"ratio": "cpp",
|
|
"array": "cpp",
|
|
"functional": "cpp",
|
|
"tuple": "cpp",
|
|
"utility": "cpp",
|
|
"*.tcc": "cpp",
|
|
"unordered_map": "cpp",
|
|
"chrono": "cpp",
|
|
"bit": "cpp",
|
|
"cctype": "cpp",
|
|
"cinttypes": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"condition_variable": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"exception": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"random": "cpp",
|
|
"string_view": "cpp",
|
|
"fstream": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"numbers": "cpp",
|
|
"ostream": "cpp",
|
|
"semaphore": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"stop_token": "cpp",
|
|
"streambuf": "cpp",
|
|
"thread": "cpp",
|
|
"typeinfo": "cpp",
|
|
"codecvt": "cpp",
|
|
"iomanip": "cpp",
|
|
"format": "cpp",
|
|
"__locale": "cpp",
|
|
"optional": "cpp",
|
|
"span": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__config": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__node_handle": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"__threading_support": "cpp",
|
|
"__tree": "cpp",
|
|
"__verbose_abort": "cpp",
|
|
"bitset": "cpp",
|
|
"charconv": "cpp",
|
|
"complex": "cpp",
|
|
"execution": "cpp",
|
|
"locale": "cpp",
|
|
"variant": "cpp",
|
|
"text_encoding": "cpp",
|
|
"stack": "cpp",
|
|
"unordered_set": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"forward_list": "cpp",
|
|
"cholesky": "cpp",
|
|
"core": "cpp",
|
|
"eigenvalues": "cpp",
|
|
"geometry": "cpp",
|
|
"householder": "cpp",
|
|
"jacobi": "cpp",
|
|
"lu": "cpp",
|
|
"qr": "cpp",
|
|
"svd": "cpp",
|
|
"print": "cpp",
|
|
"strstream": "cpp",
|
|
"regex": "cpp"
|
|
}
|
|
}
|