This commit is contained in:
Charles 2001-06-08 14:33:43 +00:00
parent 6b0f5d9956
commit 2d65d44406
9 changed files with 245 additions and 4 deletions

27
source/platform/psoil.h Normal file
View file

@ -0,0 +1,27 @@
/*=========================================================================
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