mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
HTML export widow also uses cards selector
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1109 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
// ----------------------------------------------------------------------------- : Includes
|
||||
|
||||
#include <util/prec.hpp>
|
||||
#include <gui/card_select_window.hpp>
|
||||
|
||||
class PackageList;
|
||||
class ExportOptionsEditor;
|
||||
@@ -17,9 +18,9 @@ DECLARE_POINTER_TYPE(Set);
|
||||
|
||||
// ----------------------------------------------------------------------------- : HtmlExportWindow
|
||||
|
||||
class HtmlExportWindow : public wxDialog {
|
||||
class HtmlExportWindow : public ExportWindowBase {
|
||||
public:
|
||||
HtmlExportWindow(Window* parent, const SetP& set);
|
||||
HtmlExportWindow(Window* parent, const SetP& set, const ExportCardSelectionChoices& cards_choices);
|
||||
|
||||
private:
|
||||
PackageList* list; ///< List of templates
|
||||
|
||||
Reference in New Issue
Block a user