SBSPSS/source/platform/pfallnor.h

29 lines
568 B
C
Raw Normal View History

2001-05-03 21:01:23 +02:00
/*=========================================================================
pfallnor.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PFALLNOR_H__
#define __PLATFORM_PFALLNOR_H__
#ifndef __PLATFORM_PLATFORM_H__
#include "platform\platform.h"
#endif
class CNpcFallingNoRespawnPlatform : public CNpcPlatform
{
public:
virtual void postInit();
protected:
virtual void processMovement( int _frames );
};
#endif