diff -r ab7f22530ae0 -r c25bee85d6f8 QTfrontend/gameuiconfig.h --- 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 #include #include +#include #include "binds.h" class HWForm; @@ -38,6 +39,7 @@ GameUIConfig(HWForm * FormWidgets, const QString & fileName); QStringList GetTeamsList(); QRect vid_Resolution(); + std::pair vid_ResolutionPair(); bool vid_Fullscreen(); quint32 translateQuality(); bool isSoundEnabled();