made the BulletDino a c-demo, to demonstrate future Bullet C-API

This commit is contained in:
ejcoumans
2006-10-29 16:26:19 +00:00
parent 507a06bc06
commit 733e135753
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include <GLUT/glut.h>
#define GLVOIDPTR GLvoid(*)(...)
#define GLVOIDPTR GLvoid(*)()
#else
#include <GL/glut.h>
#include <GL/glext.h>

View File

@@ -1,3 +1,3 @@
SubDir TOP Demos BulletDinoDemo ;
ExtraDemo BulletDino : [ Wildcard *.h *.cpp ] ;
ExtraDemo BulletDino : [ Wildcard *.h *.c ] ;