Bugfixes so that win32 code will compile with latest sdl changes

This commit is contained in:
Mark Vejvoda
2010-03-20 09:02:56 +00:00
parent 1f2c805fe8
commit a6609cbdab
3 changed files with 39 additions and 5 deletions

View File

@@ -106,6 +106,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();