SBSPSS/source/platform/pclam.h
Charles 89493bb040
2001-06-28 20:53:03 +00:00

30 lines
617 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 postInit();
virtual void render();
virtual CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
//void setBBox();
};
#endif