This commit is contained in:
parent
bdb48738b5
commit
a346b62633
2 changed files with 44 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue