summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsDirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/PhysicsDirect.h')
-rw-r--r--examples/SharedMemory/PhysicsDirect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/SharedMemory/PhysicsDirect.h b/examples/SharedMemory/PhysicsDirect.h
index 2e09a95d2..0d33f8119 100644
--- a/examples/SharedMemory/PhysicsDirect.h
+++ b/examples/SharedMemory/PhysicsDirect.h
@@ -28,6 +28,8 @@ protected:
void processAddUserData(const struct SharedMemoryStatus& serverCmd);
+ bool processRequestBodyInfo(const struct SharedMemoryCommand& command, SharedMemoryStatus& status);
+
bool processCustomCommand(const struct SharedMemoryCommand& orgCommand);
void postProcessStatus(const struct SharedMemoryStatus& serverCmd);