GUI: Hook up the new load chooser for > 320x200 and engines which support thumbnails.

This commit is contained in:
Johannes Schickel 2012-06-15 22:47:57 +02:00
parent b4882ce6bd
commit 72ea449431
2 changed files with 23 additions and 5 deletions

View file

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