Add cmc to card db filter model

This commit is contained in:
Gavin Bises 2015-01-29 13:33:06 -05:00
parent 7893ab086f
commit 6fa34c6c04
4 changed files with 18 additions and 17 deletions

View file

@ -117,6 +117,7 @@ public:
bool acceptText(const CardInfo *info) const;
bool acceptSet(const CardInfo *info) const;
bool acceptManaCost(const CardInfo *info) const;
bool acceptCmc(const CardInfo *info) const;
bool acceptCardAttr(const CardInfo *info, CardFilter::Attr attr) const;
};