Files
bullet3/demo/gpudemo/broadphase/PairBench.cpp
2013-03-13 15:03:08 -07:00

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