-fix issue 47 (all creatures have haste)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-23 09:31:15 +00:00
parent decd70d4cf
commit 7577a588ec
5 changed files with 25 additions and 22 deletions

View File

@@ -166,7 +166,6 @@ class MTGPlayerCards {
void showHand();
MTGCardInstance * putInGraveyard(MTGCardInstance * card);
MTGCardInstance * putInZone(MTGCardInstance * card, MTGGameZone * from, MTGGameZone * to);
MTGCardInstance * putInPlay(MTGCardInstance * card);
int isInPlay(MTGCardInstance * card);
};