added SVN $revision$ and $date$ for btScalar.h, to make it easier to see Bullet version

This commit is contained in:
erwin.coumans
2009-05-27 01:38:43 +00:00
parent 258ef6e25a
commit d198d18721

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2003-2006 Gino van den Bergen / Erwin Coumans http://continuousphysics.com/Bullet/ Copyright (c) 2003-2009 Erwin Coumans http://bullet.googlecode.com
This software is provided 'as-is', without any express or implied warranty. This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software. In no event will the authors be held liable for any damages arising from the use of this software.
@@ -18,13 +18,12 @@ subject to the following restrictions:
#define SIMD___SCALAR_H #define SIMD___SCALAR_H
#include <math.h> #include <math.h>
#include <stdlib.h>//size_t for MSVC 6.0 #include <stdlib.h>//size_t for MSVC 6.0
#include <cstdlib> #include <cstdlib>
#include <cfloat> #include <cfloat>
#include <float.h> #include <float.h>
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
#define BT_BULLET_VERSION 275 #define BT_BULLET_VERSION 275
inline int btGetVersion() inline int btGetVersion()