mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
03bf78ef49
add physics server direct (client and server in the same process, directly processing commands without shared memory transport mechanism)
5 lines
63 B
C++
5 lines
63 B
C++
#include "PhysicsServer.h"
|
|
|
|
PhysicsServer::~PhysicsServer()
|
|
{
|
|
} |