consistent *API.* in examples/SharedMemory
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
//#include "SharedMemoryCommands.h"
|
||||
#include "PhysicsLoopBackC_API.h"
|
||||
#include "PhysicsDirectC_API.h"
|
||||
|
||||
#include "PhysicsClientC_API.h"
|
||||
|
||||
struct MyMotorInfo2
|
||||
|
||||
@@ -240,7 +240,7 @@ void PhysicsServerSharedMemory::processClientCommands()
|
||||
m_data->m_testBlock1->m_numClientCommands++;
|
||||
}
|
||||
}
|
||||
#endif 0
|
||||
#endif
|
||||
///we ignore overflow of integer for now
|
||||
if (m_data->m_testBlock1->m_numClientCommands> m_data->m_testBlock1->m_numProcessedClientCommands)
|
||||
{
|
||||
|
||||
@@ -35,8 +35,8 @@ files {
|
||||
"PhysicsDirectC_API.h",
|
||||
"PhysicsLoopBack.cpp",
|
||||
"PhysicsLoopBack.h",
|
||||
"PhysicsLoopBackC_Api.cpp",
|
||||
"PhysicsLoopBackC_Api.h",
|
||||
"PhysicsLoopBackC_API.cpp",
|
||||
"PhysicsLoopBackC_API.h",
|
||||
"PhysicsServerCommandProcessor.cpp",
|
||||
"PhysicsServerCommandProcessor.h",
|
||||
"../Importers/ImportURDFDemo/ConvertRigidBodies2MultiBody.h",
|
||||
|
||||
Reference in New Issue
Block a user