mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
the new pack system now actually works (yay!)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1309 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <util/prec.hpp>
|
||||
#include <gui/set/panel.hpp>
|
||||
#include <data/pack.hpp>
|
||||
#include <wx/spinctrl.h>
|
||||
|
||||
class CardViewer;
|
||||
@@ -66,7 +67,9 @@ class RandomPackPanel : public SetWindowPanel {
|
||||
};
|
||||
vector<PackItem> packs;
|
||||
|
||||
int total_packs;
|
||||
#if USE_NEW_PACK_SYSTEM
|
||||
PackGenerator generator;
|
||||
#endif
|
||||
|
||||
/// Actual intialization of the controls
|
||||
void initControls();
|
||||
|
||||
Reference in New Issue
Block a user