Added packet type to start a "Hand". Added generic gui for the server.

This commit is contained in:
lotodore
2007-05-13 17:50:48 +00:00
parent cdd34fe820
commit 37bf6e4eb9
12 changed files with 521 additions and 75 deletions
+3 -1
View File
@@ -20,7 +20,9 @@
#include "guiwrapper.h"
#include "session.h"
#include "log.h"
#include "mainwindowimpl.h"
#include "configfile.h"
using namespace std;
+5 -7
View File
@@ -22,15 +22,13 @@
#include <guiinterface.h>
#include "log.h"
#include "mainwindowimpl.h"
#include "connecttoserverdialogimpl.h"
#include "configfile.h"
#include <string>
#include <iostream>
class Session;
class mainWindowImpl;
class Log;
class ConfigFile;
class GuiWrapper : public GuiInterface
{
@@ -102,8 +100,8 @@ public:
void SignalNetServerPlayerJoined(const std::string &playerName);
void SignalNetServerPlayerLeft(const std::string &playerName);
private:
private:
Log *myLog;
mainWindowImpl *myW;
ConfigFile *myConfig;