This commit is contained in:
Charles 2001-04-25 15:10:26 +00:00
parent 25a557744e
commit 69fcc8270d
8 changed files with 87 additions and 33 deletions

View file

@ -29,8 +29,15 @@ protected:
class CNpcStaticClamEnemy : public CNpcClamEnemy
{
public:
virtual void postInit();
protected:
virtual void collidedWith(CThing *_thisThing);
virtual void processShot();
virtual void processClose( int _frames );
u8 m_isStunned;
u8 m_isAnimating;
};
#endif