added btGetVersion(), return integer without the fraction: for example 2.64 returns 264.
moved more demos into AllBulletDemos
This commit is contained in:
@@ -24,7 +24,10 @@ subject to the following restrictions:
|
||||
#include <float.h>
|
||||
|
||||
|
||||
|
||||
inline int btGetVersion()
|
||||
{
|
||||
return 264;
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user