SBSPSS/source/platform/pbounce.h
Charles d9b8e0ce6b
2001-05-01 20:29:42 +00:00

27 lines
510 B
C++

/*=========================================================================
pbounce.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PBOUNCE_H__
#define __PLATFORM_PBOUNCE_H__
#ifndef __PLATFORM_PLATFORM_H__
#include "platform\platform.h"
#endif
class CNpcBouncePlatform : public CNpcPlatform
{
protected:
virtual void think( int _frames );
};
#endif