This commit is contained in:
Charles 2001-05-25 16:27:06 +00:00
parent abd8dabd8e
commit f3256cfced
2 changed files with 16 additions and 0 deletions

View file

@ -53,6 +53,7 @@ public:
virtual void shutdown();
virtual void render();
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
virtual CRECT const *getThinkBBox();
protected:
virtual bool processSensor();
virtual void processClose( int _frames );