SBSPSS/source/platform/pclam.cpp
Charles 1e0eb2bdb2
2001-05-21 15:30:48 +00:00

41 lines
929 B
C++

/*=========================================================================
pclam.cpp
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PCLAM_H__
#include "platform\pclam.h"
#endif
#ifndef __LEVEL_LEVEL_H__
#include "level\level.h"
#endif
#ifndef __UTILS_HEADER__
#include "utils\utils.h"
#endif
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcClamPlatform::render()
{
CPlatformThing::render();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*void CNpcClamPlatform::setBBox()
{
//setCollisionSize( 54, PLATFORMCOLLISIONHEIGHT);
//setCollisionSize( 54, 10 );
setCollisionCentreOffset( 50, -100 );
}*/