This commit is contained in:
Charles 2001-04-25 16:18:52 +00:00
parent 1c5929ca5e
commit 7f75195e1a
4 changed files with 54 additions and 12 deletions

View file

@ -31,6 +31,7 @@ class CNpcStaticClamEnemy : public CNpcClamEnemy
{
public:
virtual void postInit();
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
protected:
virtual void collidedWith(CThing *_thisThing);
virtual void processShot();