Let the deck view base class handle buttons

This commit is contained in:
Tobias Loose
2013-12-05 22:10:33 +01:00
parent 8de50532f2
commit 1194463349
7 changed files with 72 additions and 62 deletions

View File

@@ -31,7 +31,9 @@ public:
void Render();
MTGCard * Click(int x, int y);
bool Button(Buttons button);
void changePosition(int offset);
void changeFilter(int offset);
MTGCard *getActiveCard();