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,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