summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/SharedMemoryPublic.h
diff options
context:
space:
mode:
authorMaarten Behn <46872913+MaartenBehn@users.noreply.github.com>2022-12-22 19:27:16 +0100
committerMaarten Behn <46872913+MaartenBehn@users.noreply.github.com>2022-12-22 19:27:16 +0100
commit54cdf3993325273ec976f0308a00d70b0d06536b (patch)
tree2b195481c7a2b05990b4989c6394e46c04606c88 /examples/SharedMemory/SharedMemoryPublic.h
parent2b4757f51298d52b04eb052f19cc0e9c5f9b2e57 (diff)
downloadbullet3-54cdf3993325273ec976f0308a00d70b0d06536b.tar.gz
extending wrapper
Diffstat (limited to 'examples/SharedMemory/SharedMemoryPublic.h')
-rw-r--r--examples/SharedMemory/SharedMemoryPublic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/SharedMemory/SharedMemoryPublic.h b/examples/SharedMemory/SharedMemoryPublic.h
index 9b7598e0b..4e3f6d3f3 100644
--- a/examples/SharedMemory/SharedMemoryPublic.h
+++ b/examples/SharedMemory/SharedMemoryPublic.h
@@ -486,6 +486,11 @@ struct b3MeshData
struct b3MeshVertex* m_vertices;
};
+enum eTetraMeshDataEnum
+{
+ B3_TETRA_MESH_DATA_FLAGS=2,
+};
+
struct b3TetraMeshData
{
int m_numVertices;