Added packet type to start a "Hand". Added generic gui for the server.
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
|
||||
#include "guiwrapper.h"
|
||||
#include "session.h"
|
||||
|
||||
#include "log.h"
|
||||
#include "mainwindowimpl.h"
|
||||
#include "configfile.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user