unimportant changes

This commit is contained in:
Max-Wilhelm Bruker 2009-06-10 21:17:24 +02:00
parent 4054afc759
commit 7f659573bc
21 changed files with 89 additions and 51 deletions

View file

@ -23,6 +23,7 @@ public:
bool initializeCards();
void removeCard(int position);
void setHeight(int _height) { height = _height; }
int getNumberCards() const { return numberCards; }
protected:
void addCardImpl(CardItem *card, int x, int y);
};