support for wish cards and deck sideboard

This commit is contained in:
Anthony Calosa
2017-03-07 23:42:34 +08:00
parent 24e3fd3267
commit 030dca051a
16 changed files with 431 additions and 99 deletions
+2
View File
@@ -214,6 +214,7 @@ public:
string meta_desc;
string meta_name;
vector<string> meta_AIHints;
vector<string> Sideboard;
string meta_unlockRequirements;
int meta_id;
@@ -230,6 +231,7 @@ public:
int removeAll();
int add(MTGCard * card);
int remove(MTGCard * card);
void replaceSB(vector<string> newSB = vector<string>());
string getFilename();
int save();
int save(const string& destFileName, bool useExpandedDescriptions, const string& deckTitle, const string& deckDesc);