mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-11 01:33:52 +00:00
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()
|
|
{
|
|
} |