summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/RemoteGUIHelperTCP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/RemoteGUIHelperTCP.cpp')
-rw-r--r--examples/SharedMemory/RemoteGUIHelperTCP.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/SharedMemory/RemoteGUIHelperTCP.cpp b/examples/SharedMemory/RemoteGUIHelperTCP.cpp
index 8573fd0de..d4c463338 100644
--- a/examples/SharedMemory/RemoteGUIHelperTCP.cpp
+++ b/examples/SharedMemory/RemoteGUIHelperTCP.cpp
@@ -639,6 +639,10 @@ int RemoteGUIHelperTCP::addUserDebugLine(const double debugLineFromXYZ[3], const
{
return -1;
}
+int RemoteGUIHelperTCP::addUserDebugPoints(const double debugPointPositionXYZ[3], const double debugPointColorRGB[3], double pointSize, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid)
+{
+ return -1;
+}
void RemoteGUIHelperTCP::removeUserDebugItem(int debugItemUniqueId)
{
}