QTfrontend/gameuiconfig.h
changeset 8357 d7bef04c99d4
parent 8354 c25bee85d6f8
child 8434 4821897a0f10
--- a/QTfrontend/gameuiconfig.h	Wed Jan 02 23:13:14 2013 +0100
+++ b/QTfrontend/gameuiconfig.h	Fri Jan 04 02:58:19 2013 +0100
@@ -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();