This commit is contained in:
Charles 2001-05-01 20:45:03 +00:00
parent d9b8e0ce6b
commit c271683bc3
7 changed files with 43 additions and 1 deletions

View file

@ -95,6 +95,10 @@
#include "platform\pseesaw.h"
#endif
#ifndef __PLATFORM_PBOUNCE_H__
#include "platform\pbounce.h"
#endif
#ifndef __PLATFORM_PPLAYER_H__
#include "platform\pplayer.h"
#endif
@ -205,6 +209,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
break;
}
case NPC_BOUNCE_PLATFORM:
{
platform = new ("bounce platform") CNpcBouncePlatform;
break;
}
default:
{
ASSERT( 0 );