- Fix issue 156 (artifact colors)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-14 13:15:22 +00:00
parent dc5195a475
commit aa2121e4fa
3 changed files with 13 additions and 16 deletions

View File

@@ -54,6 +54,7 @@ class MTGCard {
void removeColor(int color);
int getColor();
int hasColor(int _color);
int countColors();
const char * colorToString();
void setMTGId(int id);