Bullet Library v2.81

This commit is contained in:
LuisAntonRebollo 2013-07-04 20:50:16 +02:00
parent 64fef8b2ad
commit 1eb94f4828
462 changed files with 59613 additions and 8036 deletions

View file

@ -14,8 +14,8 @@ subject to the following restrictions:
#ifndef GEN_RANDOM_H
#define GEN_RANDOM_H
#ifndef BT_GEN_RANDOM_H
#define BT_GEN_RANDOM_H
#ifdef MT19937
@ -38,5 +38,5 @@ SIMD_FORCE_INLINE unsigned int GEN_rand() { return rand(); }
#endif
#endif
#endif //BT_GEN_RANDOM_H