Back to rev. 347

This commit is contained in:
lotodore
2007-04-20 23:14:08 +00:00
parent 57927b7d73
commit a8cce94d3b
32 changed files with 315 additions and 333 deletions
+2 -4
View File
@@ -25,7 +25,6 @@
#include "cardsvalue.h"
#include "configfile.h"
#include "session.h"
#include <string>
#include <fstream>
@@ -37,7 +36,7 @@ class BoardInterface;
class LocalPlayer : public PlayerInterface{
public:
LocalPlayer(Session*, BoardInterface*, int, std::string, std::string, int, bool, int);
LocalPlayer(BoardInterface*, int, std::string, std::string, int, bool, int);
~LocalPlayer();
@@ -141,11 +140,10 @@ public:
private:
Session *mySession;
HandInterface *actualHand;
BoardInterface *actualBoard;
CardsValue *myCardsValue;
ConfigFile *myConfig;
// Konstanten
int myID;