Back to rev. 347
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user