- display name of cards in the shop, when it loads, and any time by pressing triangle
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-06 06:35:29 +00:00
parent 1d4b8ef177
commit 5a2a4a7617
3 changed files with 29 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ class ShopItem:public JGuiObject{
class ShopItems:public JGuiController,public JGuiListener{
private:
int showList;
PlayerData * playerdata;
PriceList * pricelist;
int mX, mY, mHeight;
@@ -67,6 +66,7 @@ class ShopItems:public JGuiController,public JGuiListener{
void safeDeleteDisplay();
DeckDataWrapper * myCollection;
public:
bool showCardList;
ShopItems(int id, JGuiListener* listener, JLBFont* font, int x, int y, MTGAllCards * _collection, int _setIds[]);
~ShopItems();
void Render();