QTfrontend/gameuiconfig.h
changeset 8354 c25bee85d6f8
parent 8346 3443e0de2c9d
child 8434 4821897a0f10
--- a/QTfrontend/gameuiconfig.h	Thu Jan 03 15:58:23 2013 +0200
+++ b/QTfrontend/gameuiconfig.h	Thu Jan 03 15:59:30 2013 +0200
@@ -24,6 +24,7 @@
 #include <QRect>
 #include <QEvent>
 #include <QList>
+#include <utility>
 #include "binds.h"
 
 class HWForm;
@@ -38,6 +39,7 @@
         GameUIConfig(HWForm * FormWidgets, const QString & fileName);
         QStringList GetTeamsList();
         QRect vid_Resolution();
+        std::pair<QRect, QRect> vid_ResolutionPair();
         bool vid_Fullscreen();
         quint32 translateQuality();
         bool isSoundEnabled();