24 lines
278 B
C++
24 lines
278 B
C++
#include "PairBench.h"
|
|
#include "BulletCommon/btQuickprof.h"
|
|
|
|
void PairBench::initPhysics(const ConstructionInfo& ci)
|
|
{
|
|
CProfileManager::CleanupMemory();
|
|
}
|
|
|
|
void PairBench::exitPhysics()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
void PairBench::renderScene()
|
|
{
|
|
|
|
}
|
|
|
|
void PairBench::clientMoveAndDisplay()
|
|
{
|
|
|
|
}
|