myW removed from engine classes

This commit is contained in:
doitux
2007-01-13 14:27:56 +00:00
parent d17b23737a
commit 1afc0c12c1
20 changed files with 226 additions and 159 deletions
+5 -10
View File
@@ -22,23 +22,18 @@
#include "ui_mainwindow.h"
#include <iostream>
#include <string>
#include <QtGui>
#include <QtCore>
/*#include "newgamedialogimpl.h"
#include "aboutpokerthimpl.h"
#include "game.h"
#include "localhand.h"
#include "session.h"*/
//#include "player.h"
//#include "board.h"
class Game;
class LocalHand;
class Session;
class LocalHand;
class QColor;
class mainWindowImpl: public QMainWindow, public Ui::mainWindow {
Q_OBJECT
public:
@@ -74,7 +69,7 @@ public:
void meInAction();
void disableMyButtons();
void highlightRoundLabel(QString);
void highlightRoundLabel(std::string);
public slots: