This commit is contained in:
Charles 2001-06-06 15:04:20 +00:00
parent 7939188800
commit 000d0922df
8 changed files with 98 additions and 3 deletions

View file

@ -22,12 +22,14 @@ class CNpcPendulumHazard : public CNpcHazard
{
public:
void init();
virtual void render();
protected:
virtual void setWaypoints( sThingHazard *ThisHazard );
void processMovement( int _frames );
s32 m_length;
s32 m_maxExtension;
s16 m_rotation;
};
#endif