Added new setting to allow playing glest using multiple monitors

This commit is contained in:
Mark Vejvoda
2010-03-20 07:19:45 +00:00
parent 4e9d348fbd
commit 1f2c805fe8
5 changed files with 35 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ vector<std::pair<string,int32> > getFolderTreeContentsCheckSumListRecursively(co
void createDirectoryPaths(string Path);
string extractDirectoryPathFromFile(string filename);
void getFullscreenVideoInfo(int &colorBits,int &screenWidth,int &screenHeight);
bool changeVideoMode(int resH, int resW, int colorBits, int refreshFrequency);
void restoreVideoMode();