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()
|
|
{
|
|
} |