Erwan
-attempt at issue 81. It will do for now
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user