This commit is contained in:
Charles 2001-05-09 13:22:04 +00:00
parent 53ffdfd03b
commit 6ec5b21205
4 changed files with 231 additions and 1 deletions

View file

@ -22,12 +22,14 @@ class CNpcPendulumPlatform : public CNpcPlatform
{
public:
virtual void postInit();
virtual void render();
protected:
virtual void setWaypoints( sThingPlatform *ThisPlatform );
virtual void processMovement( int _frames );
s32 m_length;
s32 m_maxExtension;
DVECTOR m_lineBase;
};
#endif