mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
unimportant changes
This commit is contained in:
parent
4054afc759
commit
7f659573bc
21 changed files with 89 additions and 51 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#include <QStringList>
|
||||
|
||||
class ServerSocket;
|
||||
class Random;
|
||||
|
||||
class ServerGame : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
@ -37,7 +36,6 @@ signals:
|
|||
public slots:
|
||||
void broadcastEvent(const QString &event, ServerSocket *player);
|
||||
public:
|
||||
Random *rnd;
|
||||
ServerSocket *creator;
|
||||
int gameId;
|
||||
QString description;
|
||||
|
|
@ -57,7 +55,6 @@ public:
|
|||
int getActivePhase() { return activePhase; }
|
||||
void setActivePlayer(int _activePlayer);
|
||||
void setActivePhase(int _activePhase);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue