updated GimpactTestDemo into AllBulletDemos

This commit is contained in:
ejcoumans
2007-10-24 02:00:27 +00:00
parent d10eac87c6
commit 5e343b54b2
6 changed files with 23 additions and 25 deletions

View File

@@ -21,6 +21,7 @@ subject to the following restrictions:
#include "../ConcaveDemo/ConcaveDemo.h"
#include "../ConvexDecompositionDemo/ConvexDecompositionDemo.h"
#include "../RagdollDemo/RagdollDemo.h"
#include "../GimpactTestDemo/GimpactTestDemo.h"
btDemoEntry g_demoEntries[] =
@@ -31,6 +32,7 @@ btDemoEntry g_demoEntries[] =
{"BasicDemo", BasicDemo::Create},
{"BspDemo", BspDemo::Create},
{"ConcaveDemo",ConcaveDemo::Create},
{"Gimpact Test", GimpactConcaveDemo::Create},
{0, 0}
};