This repository has been archived on 2025-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Pivot/.vscode/c_cpp_properties.json
Persson-dev 427eeb0b51
All checks were successful
Linux arm64 / Build (push) Successful in 3m16s
Merge branch 'master' into imgui
2024-05-10 18:39:37 +02:00

10 lines
175 B
JSON

{
"configurations": [
{
"name": "Pivot",
"cppStandard": "c++20",
"includePath": ["include"]
}
],
"version": 4
}