summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/PhysicsClient.h')
-rw-r--r--examples/SharedMemory/PhysicsClient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/SharedMemory/PhysicsClient.h b/examples/SharedMemory/PhysicsClient.h
index 33c139ef1..8fc863f27 100644
--- a/examples/SharedMemory/PhysicsClient.h
+++ b/examples/SharedMemory/PhysicsClient.h
@@ -67,6 +67,8 @@ public:
virtual void getCachedMeshData(struct b3MeshData* meshData) = 0;
+ virtual void getCachedTetraMeshData(struct b3TetraMeshData* meshData) = 0;
+
virtual void getCachedVREvents(struct b3VREventsData* vrEventsData) = 0;
virtual void getCachedKeyboardEvents(struct b3KeyboardEventsData* keyboardEventsData) = 0;