GUI: Hook up the new load chooser for > 320x200 and engines which support thumbnails.
This commit is contained in:
parent
b4882ce6bd
commit
72ea449431
2 changed files with 23 additions and 5 deletions
|
@ -33,6 +33,12 @@ class SaveLoadChooser {
|
|||
typedef Common::String String;
|
||||
protected:
|
||||
SaveLoadChooserDialog *_impl;
|
||||
|
||||
const String _title;
|
||||
const String _buttonLabel;
|
||||
const bool _saveMode;
|
||||
|
||||
void selectChooser(const MetaEngine &engine);
|
||||
public:
|
||||
SaveLoadChooser(const String &title, const String &buttonLabel, bool saveMode);
|
||||
~SaveLoadChooser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue