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

View File

@@ -26,6 +26,8 @@ const int kMenuButtonId = 10003;
const int kFilterButtonId = 10004;
const int kNextStatsButtonId = 10005;
const int kPrevStatsButtonId = 10006;
const int kCycleCardsButtonId = 10007;
const int kShowCardListButtonId = 10008;
class InteractiveButton: public SimpleButton
{