diff options
author | Filippos Karapetis | 2008-11-06 20:26:19 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-11-06 20:26:19 +0000 |
commit | 27d195968380963220f55caf62b767cd19626ed3 (patch) | |
tree | 89ffdb401b76babfda61c9f0444d0e348c6c18f6 /gui/launcher.h | |
parent | 54b94fdf037bcaf1f9df678f26a23e241a1d8e21 (diff) | |
download | scummvm-rg350-27d195968380963220f55caf62b767cd19626ed3.tar.gz scummvm-rg350-27d195968380963220f55caf62b767cd19626ed3.tar.bz2 scummvm-rg350-27d195968380963220f55caf62b767cd19626ed3.zip |
Added some WIP code for the GMM save dialog (still not working correctly)
svn-id: r34918
Diffstat (limited to 'gui/launcher.h')
-rw-r--r-- | gui/launcher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/launcher.h b/gui/launcher.h index 7e04e865f9..4b873d6186 100644 --- a/gui/launcher.h +++ b/gui/launcher.h @@ -114,6 +114,9 @@ public: void setList(const StringList& list); int runModal(const EnginePlugin *plugin, const String &target); + const Common::String &SaveLoadChooser::getResultString() const; + void setSaveMode(bool saveMode); + virtual void reflowLayout(); virtual void close(); |