Substitute more char arrays with strings
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
bool hasSubtype(int _subtype);
|
||||
bool hasSubtype(const string& _subtype);
|
||||
bool hasType(int _type);
|
||||
bool hasType(const char * type);
|
||||
bool hasType(const string& type);
|
||||
|
||||
void setManaCost(const string& value);
|
||||
ManaCost * getManaCost();
|
||||
|
||||
Reference in New Issue
Block a user