ClientThread is now created in Session.

This commit is contained in:
lotodore
2007-02-18 13:45:56 +00:00
parent 9ec3e020dd
commit a4eefbe18b
9 changed files with 60 additions and 26 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
#ifndef GUIINTERFACE_H
#define GUIINTERFACE_H
// #include <iostream>
#include <net/clientcallback.h>
#include <string>
class Game;
@@ -28,7 +28,7 @@ class Session;
class HandInterface;
class GuiInterface{
class GuiInterface : public ClientCallback {
public:
virtual ~GuiInterface();