QTfrontend/statsPage.h
changeset 3788 9aa8a832e296
parent 3236 4ab3917d7d44
child 4976 088d40d8aba2
--- 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<quint32, QVector<quint32> > healthPoints;
+    unsigned int playerPosition;
+    quint32 lastColor;
 };
 
 #endif // STATSPAGE_H