made the BulletDino a c-demo, to demonstrate future Bullet C-API
This commit is contained in:
@@ -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>
|
||||
@@ -1,3 +1,3 @@
|
||||
SubDir TOP Demos BulletDinoDemo ;
|
||||
|
||||
ExtraDemo BulletDino : [ Wildcard *.h *.cpp ] ;
|
||||
ExtraDemo BulletDino : [ Wildcard *.h *.c ] ;
|
||||
|
||||
Reference in New Issue
Block a user