This commit is contained in:
Charles 2001-05-01 13:28:11 +00:00
parent 17a78fdd73
commit 1f1174bcc5
8 changed files with 241 additions and 33 deletions

View file

@ -23,9 +23,11 @@ class CNpcPendulumHazard : public CNpcHazard
public:
void init();
protected:
virtual void setWaypoints( sThingHazard *ThisHazard );
void processMovement( int _frames );
s32 m_length;
s32 m_maxExtension;
};
#endif