GUI: Implemented Languages as GUI options.
SCUMM and AdvancedDetector support this feature. svn-id: r49786
This commit is contained in:
parent
8dcc49251f
commit
01bc5dda94
10 changed files with 49 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue