J :
* Switch to RTTI.
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
};
|
||||
int type;
|
||||
WEvent(int _type);
|
||||
virtual ~WEvent() {};
|
||||
};
|
||||
|
||||
class WEventZoneChange: public WEvent{
|
||||
@@ -21,6 +22,7 @@ public:
|
||||
MTGGameZone * from;
|
||||
MTGGameZone * to;
|
||||
WEventZoneChange(MTGCardInstance * _card, MTGGameZone * _from, MTGGameZone *_to);
|
||||
virtual ~WEventZoneChange() {};
|
||||
};
|
||||
|
||||
|
||||
@@ -30,4 +32,4 @@ public:
|
||||
WEventDamage(Damage * _damage);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user