J :
* Split constants file to have them in a single place.
This commit is contained in:
@@ -42,8 +42,8 @@ class MTGCard {
|
||||
TexturesCache * mCache;
|
||||
string text;
|
||||
string name;
|
||||
int colors[MTG_NB_COLORS];
|
||||
int basicAbilities[NB_BASIC_ABILITIES];
|
||||
int colors[Constants::MTG_NB_COLORS];
|
||||
int basicAbilities[Constants::NB_BASIC_ABILITIES];
|
||||
vector<string> formattedText;
|
||||
string magicText;
|
||||
int alias;
|
||||
|
||||
Reference in New Issue
Block a user