SBSPSS/source/platform/pclam.h
Charles 199b0ceb7c
2001-06-20 18:00:43 +00:00

29 lines
585 B
C++

/*=========================================================================
pclam.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PCLAM_H__
#define __PLATFORM_PCLAM_H__
#ifndef __PLATFORM_PLATFORM_H__
#include "platform\platform.h"
#endif
class CNpcClamPlatform : public CNpcPlatform
{
public:
virtual void render();
virtual CRECT const *getThinkBBox() {return( &getCollisionArea() );}
//void setBBox();
};
#endif