mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
some fixes
This commit is contained in:
parent
ca07cce5ed
commit
00a2f49c94
9 changed files with 128 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue