This commit is contained in:
Charles 2001-06-07 20:06:31 +00:00
parent 257e6f35c4
commit fa875178a9
2 changed files with 17 additions and 0 deletions

View file

@ -36,6 +36,8 @@
class CGaryBowlTrigger : public CTrigger
{
public:
virtual CRECT const *getThinkBBox();
protected:
virtual void collidedWith(CThing *_thisThing);
};