moved FrameWork into Demos folder

This commit is contained in:
ejcoumans
2007-10-21 05:59:16 +00:00
parent 554d2c7e15
commit ed342ede3b
9 changed files with 94 additions and 28 deletions

View File

@@ -39,7 +39,6 @@ int gNumObjects = 120;
#include "GLDebugDrawer.h"
#include <stdio.h> //printf debugging
btScalar deltaTime = btScalar(1./60.);
btScalar gCollisionMargin = btScalar(0.05);
#include "BasicDemo.h"
#include "GL_ShapeDrawer.h"
#include "GlutStuff.h"