This commit is contained in:
Charles 2001-08-08 14:19:54 +00:00
parent 54d233ced0
commit 49a5101217
4 changed files with 14 additions and 1 deletions

View file

@ -38,6 +38,7 @@ class CGaryStopTrigger : public CTrigger
{
public:
void init();
void setPositionAndSize(int _x,int _y,int _w,int _h);
bool alwaysThink() {return(true);}
protected:
void collidedWith(CThing *_thisThing);