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:
twanvl
2008-08-08 22:16:06 +00:00
parent 3c5ec28d8d
commit f870f48b13
6 changed files with 21 additions and 12 deletions
+3 -2
View File
@@ -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