This commit is contained in:
parent
54d233ced0
commit
49a5101217
4 changed files with 14 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue