summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/SharedMemoryPublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/SharedMemoryPublic.h')
-rw-r--r--examples/SharedMemory/SharedMemoryPublic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/SharedMemory/SharedMemoryPublic.h b/examples/SharedMemory/SharedMemoryPublic.h
index c209d5bf4..9b7598e0b 100644
--- a/examples/SharedMemory/SharedMemoryPublic.h
+++ b/examples/SharedMemory/SharedMemoryPublic.h
@@ -486,6 +486,12 @@ struct b3MeshData
struct b3MeshVertex* m_vertices;
};
+struct b3TetraMeshData
+{
+ int m_numVertices;
+ struct b3MeshVertex* m_vertices;
+};
+
struct b3OpenGLVisualizerCameraInfo
{
int m_width;