SBSPSS/source/platform/pbubble.h
Charles 505f0e17c0
2001-04-23 16:54:49 +00:00

27 lines
520 B
C++

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