This commit is contained in:
Charles 2001-05-31 20:54:55 +00:00
parent 3869ae4ada
commit 859fdad678
2 changed files with 132 additions and 20 deletions

View file

@ -22,10 +22,14 @@ class CNpcSteerableBarrelPlatform : public CNpcPlatform
{
public:
virtual void render();
virtual void postInit();
protected:
virtual void processMovement( int _frames );
virtual void collidedWith(CThing *_thisThing);
s16 m_rotation;
s32 m_currentSpeed;
s16 m_moveXHighRes;
};
#endif