This commit is contained in:
Daveo 2001-05-02 00:06:46 +00:00
parent ec4f5f9375
commit a8a436a7a0
6 changed files with 34 additions and 3 deletions

View file

@ -216,6 +216,8 @@ class CTriggerThing : public CThing
public:
virtual TYPE getThingType() {return TYPE_TRIGGER;}
virtual void setPositionAndSize(int _x,int _y,int _w,int _h); // Wonder if this might be better in CThing? (pkg)
virtual void setTargetPos(int _x,int _y); // Wonder if this might be better in CThing? (pkg)
DVECTOR TargetPos;
};
class CHazardThing : public CThing
{