mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Compatibility updates step 1.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@815 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -19,7 +19,8 @@ class wxFileName;
|
||||
/// Export the cards in a set
|
||||
class ExportCardImages {
|
||||
public:
|
||||
void export(const SetP& set, wxFileName& filename, const String& filename_template, FilenameConflicts conflicts);
|
||||
void exportImages(const SetP& set, wxFileName& filename, const String& filename_template, FilenameConflicts conflicts);
|
||||
virtual ~ExportCardImages() {}
|
||||
protected:
|
||||
virtual bool exportCard(const CardP& card) const { return true; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user