added MultiThreadedDemo to AllBulletDemos

This commit is contained in:
ejcoumans
2007-12-14 07:57:20 +00:00
parent c5e6044e53
commit b29330b19d
3 changed files with 5 additions and 140 deletions

View File

@@ -25,6 +25,7 @@ subject to the following restrictions:
#include "../DynamicControlDemo/MotorDemo.h"
#include "../RagdollDemo/RagdollDemo.h"
#include "../GimpactTestDemo/GimpactTestDemo.h"
#include "../MultiThreadedDemo/MultiThreadedDemo.h"
#include "../Raytracer/Raytracer.h"
#include "../GjkConvexCastDemo/LinearConvexCastDemo.h"
#include "../VehicleDemo/VehicleDemo.h"
@@ -106,6 +107,7 @@ btDemoEntry g_demoEntries[] =
{"BasicDemo", BasicDemo::Create},
{"BspDemo", BspDemo::Create},
{"Gimpact Test", GimpactConcaveDemo::Create},
{"MultiThreaded", MultiThreadedDemo::Create},
{"Raytracer Test",Raytracer::Create},
{"GjkConvexCast",LinearConvexCastDemo::Create},
{"VehicleDemo",VehicleDemo::Create},