-display the number of cards you own with the same name for each individual card in the shop
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-20 13:50:58 +00:00
parent 283987c0eb
commit 04d429b82c
4 changed files with 73 additions and 9 deletions

View File

@@ -44,6 +44,8 @@ class DeckDataWrapper{
int getCount(int color = -1);
int totalPrice();
void save();
int countByName(MTGCard * card);
int count(MTGCard * card);
};
#endif