mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
removed some unneeded code, counter appearance changed
This commit is contained in:
parent
a543c9b90c
commit
29699418d2
20 changed files with 293 additions and 242 deletions
|
|
@ -2,8 +2,10 @@
|
|||
#define GAME_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
#include <QStringList>
|
||||
#include "playerlist.h"
|
||||
#include <QMenu>
|
||||
#include <QAction>
|
||||
#include "client.h"
|
||||
|
||||
class GameScene;
|
||||
|
|
@ -13,6 +15,7 @@ class CardDatabase;
|
|||
class DlgStartGame;
|
||||
class CardItem;
|
||||
class QMenuBar;
|
||||
class CardZone;
|
||||
|
||||
class Game : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
@ -32,7 +35,7 @@ private:
|
|||
Client *client;
|
||||
GameScene *scene;
|
||||
QStringList spectatorList;
|
||||
PlayerList players;
|
||||
QMap<int, Player *> players;
|
||||
bool started;
|
||||
int currentPhase;
|
||||
public slots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue