This commit is contained in:
Charles 2001-06-05 21:21:23 +00:00
parent ce72350adc
commit 6ef299f292
9 changed files with 225 additions and 1 deletions

View file

@ -175,6 +175,10 @@
#include "platform\pdrop.h"
#endif
#ifndef __PLATFORM_PSSWITCH_H__
#include "platform\psswitch.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
@ -401,6 +405,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
break;
}
case NPC_STEAM_SWITCH_PLATFORM:
{
platform = new ("steam switch platform") CNpcSteamSwitchPlatform;
break;
}
default:
{
ASSERT( 0 );