SBSPSS/source/platform/psoil.h
Charles 2d65d44406
2001-06-08 14:33:43 +00:00

27 lines
539 B
C++

/*=========================================================================
psoil.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PSOIL_H__
#define __PLATFORM_PSOIL_H__
#ifndef __PLATFORM_PSBARREL_H__
#include "platform\psbarrel.h"
#endif
class CNpcSteerableOildrumPlatform : public CNpcSteerableBarrelPlatform
{
protected:
virtual void processMovement( int _frames );
};
#endif