2001-06-08 16:33:43 +02:00
|
|
|
/*=========================================================================
|
|
|
|
|
|
|
|
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
|
|
|
|
{
|
2001-07-31 23:25:11 +02:00
|
|
|
//protected:
|
|
|
|
//void processMovement( int _frames );
|
2001-06-08 16:33:43 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|