added version define BT_BULLET_VERSION
This commit is contained in:
2
VERSION
2
VERSION
@@ -1,3 +1,3 @@
|
|||||||
Bullet Collision Detection and Physics Library version 2.64
|
Bullet Collision Detection and Physics Library version 2.65
|
||||||
http://bullet.sourceforge.net
|
http://bullet.sourceforge.net
|
||||||
|
|
||||||
|
|||||||
@@ -23,10 +23,11 @@ subject to the following restrictions:
|
|||||||
#include <cfloat>
|
#include <cfloat>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
|
#define BT_BULLET_VERSION 265
|
||||||
|
|
||||||
inline int btGetVersion()
|
inline int btGetVersion()
|
||||||
{
|
{
|
||||||
return 264;
|
return BT_BULLET_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|||||||
Reference in New Issue
Block a user