GUI: Implemented Languages as GUI options.

SCUMM and AdvancedDetector support this feature.

svn-id: r49786
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:57:28 +00:00
parent 8dcc49251f
commit 01bc5dda94
10 changed files with 49 additions and 17 deletions

View file

@ -228,8 +228,10 @@ enum GameGUIOption {
};
bool checkGameGUIOption(GameGUIOption option, const String &str);
bool checkGameGUIOptionLanguage(Language lang, const String &str);
uint32 parseGameGUIOptions(const String &str);
String getGameGUIOptionsDescription(uint32 options);
const String getGameGUIOptionsDescription(uint32 options);
const String getGameGUIOptionsDescriptionLanguage(Language lang);
/**
* Updates the GUI options of the current config manager