BeRo refactoring
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
#include "sdlplayer.h"
|
||||
#include "mainwindowimpl.h"
|
||||
|
||||
class Session;
|
||||
class ConfigFile;
|
||||
@@ -35,6 +37,9 @@ public:
|
||||
|
||||
public slots:
|
||||
|
||||
void setMyW ( mainWindowImpl* theValue ) { myW = theValue; }
|
||||
|
||||
|
||||
void startGame();
|
||||
void cancel();
|
||||
void refresh(int actionID);
|
||||
@@ -55,6 +60,7 @@ public slots:
|
||||
|
||||
private:
|
||||
|
||||
mainWindowImpl* myW;
|
||||
int maxPlayerNumber;
|
||||
bool isAdmin;
|
||||
ConfigFile *myConfig;
|
||||
|
||||
Reference in New Issue
Block a user