bugfix for scenario folder not finding language file

This commit is contained in:
Mark Vejvoda
2010-03-20 12:11:46 +00:00
parent 8c08eefa28
commit 64513cdf90
5 changed files with 338 additions and 3 deletions

View File

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