added imgui

This commit is contained in:
2026-01-17 18:29:32 +01:00
parent cf5602417b
commit d09953f476
22 changed files with 79321 additions and 1 deletions

View File

@@ -3,7 +3,15 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
"${workspaceFolder}/TSE_Base/include",
"${workspaceFolder}/TSE_Base/src",
"${workspaceFolder}/TSE_Core/include",
"${workspaceFolder}/TSE_Core/src",
"${workspaceFolder}/TSE_Math/src",
"${workspaceFolder}/TSE_GlfwImpl/include",
"${workspaceFolder}/TSE_GlfwImpl/src",
"${workspaceFolder}/TSE_GlfwOpenGlImpl/include",
"${workspaceFolder}/TSE_GlfwOpenGlImpl/src"
],
"defines": [],
"compilerPath": "/usr/bin/clang++",