mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
get_cell impl in ewext (maybe)
This commit is contained in:
parent
eaa8c2832c
commit
da2cb9b625
4 changed files with 35 additions and 1 deletions
15
.vscode/c_cpp_properties.json
vendored
Normal file
15
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "linux-clang-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -9,5 +9,6 @@
|
|||
"Lua.diagnostics.globals": [
|
||||
"wait",
|
||||
"async"
|
||||
]
|
||||
],
|
||||
"C_Cpp.default.compilerPath": "/usr/bin/clang++"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue