refactor/extension #1

Merged
Frozenverse merged 2 commits from refactor/extension into master 2024-04-26 22:23:02 +02:00
Showing only changes of commit 8243491de2 - Show all commits

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/nick/Workspace/defold/engine/**",
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}