make PhysicsClient an interface class, and move shared memory implementation

of physics client into PhysicsClientSharedMemory class/file.
This will allow implementation of UDP and other transport protocols to a physics server.
This commit is contained in:
=
2015-09-24 22:50:34 -07:00
parent e05825f639
commit 5e4badc099
10 changed files with 623 additions and 659 deletions

View File

@@ -14,6 +14,8 @@
"test.c",
"../../examples/SharedMemory/PhysicsClient.cpp",
"../../examples/SharedMemory/PhysicsClient.h",
"../../examples/SharedMemory/PhysicsClientSharedMemory.cpp",
"../../examples/SharedMemory/PhysicsClientSharedMemory.h",
"../../examples/SharedMemory/PhysicsClientC_API.cpp",
"../../examples/SharedMemory/PhysicsClientC_API.h",
"../../examples/SharedMemory/Win32SharedMemory.cpp",