added version define BT_BULLET_VERSION

This commit is contained in:
ejcoumans
2007-11-05 07:48:51 +00:00
parent 12c39a9d9f
commit 47afa86482
2 changed files with 3 additions and 2 deletions

View File

@@ -23,10 +23,11 @@ subject to the following restrictions:
#include <cfloat>
#include <float.h>
#define BT_BULLET_VERSION 265
inline int btGetVersion()
{
return 264;
return BT_BULLET_VERSION;
}
#ifdef WIN32