Files
bullet3/Extras/BulletColladaConverter/ColladaConverter.cpp
ejcoumans 661176bfed coding convention in Bullet is to keep return type on same line as method:
btClassName
{
  void myTest();
};

void myTest()
{

}

int getNumObjects()
{
}
2008-02-07 08:12:08 +00:00

99 KiB