Back to rev. 347
This commit is contained in:
+1
-8
@@ -30,12 +30,10 @@ class ServerThread;
|
||||
class Session{
|
||||
public:
|
||||
|
||||
Session();
|
||||
Session(GuiInterface*);
|
||||
|
||||
~Session();
|
||||
|
||||
void setGuiInterface(GuiInterface *gui) { myGui = gui; }
|
||||
|
||||
void startGame(int, int, int);
|
||||
void deleteGame();
|
||||
|
||||
@@ -50,9 +48,6 @@ public:
|
||||
void setActualGameID(const int& theValue) { actualGameID = theValue; }
|
||||
int getActualGameID() const { return actualGameID; }
|
||||
|
||||
void setConfigPath(const std::string& theValue) { configPath = theValue; }
|
||||
std::string getConfigPath() const { return configPath; }
|
||||
|
||||
// void createConfig();
|
||||
|
||||
private:
|
||||
@@ -66,8 +61,6 @@ private:
|
||||
GuiInterface *myGui;
|
||||
ConfigFile *myConfig;
|
||||
|
||||
std::string configPath;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user