mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +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()
|
|
{
|
|
} |