mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 20:34:01 +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);
|
bool changeVideoMode(int resH, int resW, int colorBits, int refreshFrequency);
|
||||||
void restoreVideoMode();
|
void restoreVideoMode();
|
||||||
|
|
||||||
|
bool EndsWith(const string &str, const string& key);
|
||||||
void message(string message);
|
void message(string message);
|
||||||
bool ask(string message);
|
bool ask(string message);
|
||||||
void exceptionMessage(const exception &excp);
|
void exceptionMessage(const exception &excp);
|
||||||
|
Reference in New Issue
Block a user