This commit is contained in:
parent
ce72350adc
commit
6ef299f292
9 changed files with 225 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue