mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 12:23:59 +02:00
Added EndsWith to headerfile
This commit is contained in:
@@ -101,6 +101,7 @@ void getFullscreenVideoInfo(int &colorBits,int &screenWidth,int &screenHeight);
|
||||
bool changeVideoMode(int resH, int resW, int colorBits, int refreshFrequency);
|
||||
void restoreVideoMode();
|
||||
|
||||
bool EndsWith(const string &str, const string& key);
|
||||
void message(string message);
|
||||
bool ask(string message);
|
||||
void exceptionMessage(const exception &excp);
|
||||
|
Reference in New Issue
Block a user