From d198d18721185f7fd1909d5f81900329e67b08d0 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Wed, 27 May 2009 01:38:43 +0000 Subject: [PATCH] added SVN $revision$ and $date$ for btScalar.h, to make it easier to see Bullet version --- src/LinearMath/btScalar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index 61464366e..94ddfd86b 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -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. 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 #include - #include //size_t for MSVC 6.0 - #include #include #include +/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/ #define BT_BULLET_VERSION 275 inline int btGetVersion()