This commit is contained in:
Charles 2001-06-25 21:04:43 +00:00
parent a47926fe9f
commit 8547fb3e4e
2 changed files with 14 additions and 6 deletions

View file

@ -24,6 +24,7 @@ public:
virtual void postInit();
virtual void render();
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
virtual CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
protected:
virtual void processLifetime( int _frames );