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:
twanvl
2009-01-09 00:04:24 +00:00
parent 6fe82983ed
commit 02e676c54b
4 changed files with 354 additions and 447 deletions
+4 -1
View File
@@ -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();