This commit is contained in:
Paul 2001-03-07 16:06:00 +00:00
parent bdb48738b5
commit a346b62633
2 changed files with 44 additions and 0 deletions

View file

@ -37,6 +37,9 @@
class CLevelExitTrigger : public CTriggerThing
{
public:
#ifdef __USER_art__
virtual void render();
#endif
void setExitPosition(int _x,int _y,int _w,int _h);
protected: