This commit is contained in:
Charles 2001-06-04 14:57:48 +00:00
parent 09be7b5206
commit dc9fc0a2bf
8 changed files with 0 additions and 183 deletions

View file

@ -36,10 +36,6 @@
class CGaryGoLeftTrigger : public CTrigger
{
public:
#if defined (__USER_art__) || defined (__USER_sbart__)
virtual void render();
#endif
protected:
virtual void collidedWith(CThing *_thisThing);
};