SBSPSS/source/platform/pclam.cpp
Charles c2d7d07d8b
2001-05-21 14:22:26 +00:00

40 lines
No EOL
890 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);
setCollisionCentreOffset( 0, -30 );
}