some fixes

This commit is contained in:
Max-Wilhelm Bruker 2009-09-08 22:45:48 +02:00
parent ca07cce5ed
commit 00a2f49c94
9 changed files with 128 additions and 67 deletions

View file

@ -14,15 +14,13 @@ private:
QList<Player *> players;
ZoneViewLayout *zvLayout;
void rearrangePlayers();
public:
GameScene(ZoneViewLayout *_zvLayout, QObject *parent = 0);
public slots:
void addPlayer(Player *player);
void removePlayer(Player *player);
private slots:
void updateSceneSize();
void rearrange();
};
#endif