added new buttons for shop for New Cards and displaying the card list.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-30 18:02:26 +00:00
parent fb43b9012b
commit c42ba32ae7
5 changed files with 49 additions and 8 deletions
+6 -1
View File
@@ -10,6 +10,7 @@
#include "CardDisplay.h"
#include "DeckDataWrapper.h"
#include "Tasks.h"
#include "InteractiveButton.h"
#define STATE_BUY 1
#define STATE_SELL 2
@@ -72,10 +73,14 @@ private:
vector<MTGCardInstance*> subBooster;
MTGDeck * booster;
bool bListCards;
InteractiveButton *cycleCardsButton, *showCardListButton;
bool disablePurchase;
void beginFilters();
void deleteDisplay();
void enableButtons();
void renderButtons();
WSyncable bigSync;
SimpleMenu * menu;
PriceList * pricelist;