- simple refactor of "putIn*" functions in MTGGameZones
This commit is contained in:
wagic.the.homebrew@gmail.com
2011-01-23 06:03:37 +00:00
parent 63b3bdfef6
commit 14f2e9b0f2
2 changed files with 9 additions and 109 deletions
-1
View File
@@ -171,7 +171,6 @@ class MTGPlayerCards {
MTGCardInstance * putInExile(MTGCardInstance * card);
MTGCardInstance * putInLibrary(MTGCardInstance * card);
MTGCardInstance * putInHand(MTGCardInstance * card);
MTGCardInstance * putInBattlefield(MTGCardInstance * card);
MTGCardInstance * putInZone(MTGCardInstance * card, MTGGameZone * from, MTGGameZone * to);
int isInPlay(MTGCardInstance * card);
int isInGrave(MTGCardInstance * card);