consistent *API.* in examples/SharedMemory

This commit is contained in:
Erwin Coumans
2015-11-23 08:00:42 -08:00
parent bd4c4eb3c5
commit b4701613c8
8 changed files with 10 additions and 11 deletions

View File

@@ -55,8 +55,8 @@ project ("Test_PhysicsServerLoopBack")
"../../examples/SharedMemory/PhysicsServerCommandProcessor.h",
"../../examples/SharedMemory/PhysicsLoopBack.cpp",
"../../examples/SharedMemory/PhysicsLoopBack.h",
"../../examples/SharedMemory/PhysicsLoopBackC_Api.cpp",
"../../examples/SharedMemory/PhysicsLoopBackC_Api.h",
"../../examples/SharedMemory/PhysicsLoopBackC_API.cpp",
"../../examples/SharedMemory/PhysicsLoopBackC_API.h",
"../../examples/SharedMemory/PhysicsClientSharedMemory.cpp",
"../../examples/SharedMemory/PhysicsClientSharedMemory.h",
"../../examples/SharedMemory/PhysicsClientC_API.cpp",
@@ -141,4 +141,4 @@ project ("Test_PhysicsServerLoopBack")
}