--- a/QTfrontend/game.h Sun Aug 27 12:41:27 2006 +0000
+++ b/QTfrontend/game.h Sun Aug 27 13:16:40 2006 +0000
@@ -42,7 +42,6 @@
#include <QDir>
#include <QProcess>
#include "team.h"
-#include "rndstr.h"
#define IPC_PORT 46631
#define MAXMSGCHARS 255
@@ -83,7 +82,6 @@
QString teams[5];
QString seed;
int TeamCount;
- RNDStr seedgen;
QByteArray * demo;
QByteArray toSendBuf;
GameUIConfig * config;
@@ -99,7 +97,6 @@
void SendIPC(const QString & buf);
void RawSendIPC(const QByteArray & buf);
void SaveDemo(const QString & filename);
- QString GetThemeBySeed();
private slots:
void NewConnection();