-attempt at issue 81. It will do for now
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-04 08:39:34 +00:00
parent 6a2f454e64
commit 61cb849d33
3 changed files with 20 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ class ManaCost{
static ManaCost * parseManaCost(string value, ManaCost * _manacost = NULL, MTGCardInstance * c = NULL);
virtual void init();
void x();
int hasX();
ManaCost(int _cost[], int nb_elems = 1);
ManaCost();
~ManaCost();