Erwan
-display the number of cards you own with the same name for each individual card in the shop
This commit is contained in:
@@ -44,6 +44,8 @@ class DeckDataWrapper{
|
||||
int getCount(int color = -1);
|
||||
int totalPrice();
|
||||
void save();
|
||||
int countByName(MTGCard * card);
|
||||
int count(MTGCard * card);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user