Added EndsWith to headerfile

This commit is contained in:
Mark Vejvoda
2010-03-20 12:09:30 +00:00
parent edd3af5243
commit 8c08eefa28

View File

@@ -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);