Fixes for Linux compilation,

Thanks to Ole: http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3590
Add option to select EPA or Minkowski sampling method in btDefaultCollisionConfiguration
This commit is contained in:
erwin.coumans
2009-05-11 20:35:26 +00:00
parent 0a360904b6
commit 34685cb631
8 changed files with 23 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ subject to the following restrictions:
#include "GLDebugFont.h"
#include "GlutStuff.h"
#include <stdio.h>
#include <string>
#include <string.h> //for memset
extern unsigned char sFontData[];
static GLuint sTexture = -1;