exile zone

player only, todo opponent and ability activation for exile
This commit is contained in:
Anthony Calosa
2015-10-26 06:50:19 +08:00
parent 0594822872
commit cf0f9d43fa
7 changed files with 76 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ struct GuiAvatar;
class GuiGraveyard;
class GuiLibrary;
class GuiOpponentHand;
class GuiExile;
class GuiAvatars: public GuiLayer
{
protected:
@@ -14,6 +15,7 @@ protected:
GuiGraveyard* selfGraveyard, *opponentGraveyard;
GuiLibrary* selfLibrary, *opponentLibrary;
GuiOpponentHand *opponentHand;
GuiExile* selfExile, *opponentExile;
GuiAvatar* active;
public: