diff -r 0907b0fd5714 -r 9aa8a832e296 QTfrontend/statsPage.h --- a/QTfrontend/statsPage.h Mon Aug 30 15:24:49 2010 +0200 +++ b/QTfrontend/statsPage.h Mon Aug 30 22:02:33 2010 +0200 @@ -44,6 +44,8 @@ QPushButton *BtnBack; QLabel *labelGameStats; + QLabel *labelGameWin; + QLabel *labelGameRank; FitGraphicsView * graphic; public slots: @@ -55,6 +57,8 @@ void AddStatText(const QString & msg); QMap > healthPoints; + unsigned int playerPosition; + quint32 lastColor; }; #endif // STATSPAGE_H