Refactor body-related classes and add new interoceptor functionality

This commit is contained in:
2024-11-22 13:11:33 +11:00
parent 30da26f0e4
commit f12f0c1231
11 changed files with 350 additions and 20 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/core/include",
"/usr/include",
"/usr/local/include"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}