mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
first steps for sdl2 ( still many compile errors )
This commit is contained in:
@@ -220,7 +220,7 @@ string extractExtension(const string& filename);
|
||||
void getFullscreenVideoModes(vector<ModeInfo> *modeinfos,bool isFullscreen);
|
||||
void getFullscreenVideoInfo(int &colorBits,int &screenWidth,int &screenHeight,bool isFullscreen);
|
||||
void changeVideoModeFullScreen(bool value);
|
||||
void restoreVideoMode(bool exitingApp=false);
|
||||
void restoreVideoMode(SDL_Window *sdlWindow,bool exitingApp=false);
|
||||
|
||||
bool StartsWith(const std::string &str, const std::string &key);
|
||||
bool EndsWith(const string &str, const string& key);
|
||||
@@ -241,8 +241,8 @@ off_t getFileSize(string filename);
|
||||
bool searchAndReplaceTextInFile(string fileName, string findText, string replaceText, bool simulateOnly);
|
||||
void copyFileTo(string fromFileName, string toFileName);
|
||||
|
||||
int getScreenW();
|
||||
int getScreenH();
|
||||
//int getScreenW();
|
||||
//int getScreenH();
|
||||
|
||||
void sleep(int millis);
|
||||
|
||||
|
Reference in New Issue
Block a user