BeRo refactoring

This commit is contained in:
doitux
2007-08-08 12:54:20 +00:00
parent 2f04eeb245
commit 6eebcc943f
6 changed files with 44 additions and 21 deletions
@@ -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;