This commit is contained in:
Charles 2001-06-12 21:47:22 +00:00
parent 2dfc0db9c4
commit e5f97683f6
4 changed files with 89 additions and 0 deletions

View file

@ -23,6 +23,7 @@ protected:
virtual void processEnemyCollision( CThing *thisThing );
virtual bool processSensor();
virtual void processClose( int _frames );
virtual void collidedWith(CThing *_thisThing);
};
#endif