aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-07 19:02:42 +0000
committerEugene Sandulenko2006-03-07 19:02:42 +0000
commitfc84c7fc1d8ff4d6cff0b998322fb6015287e79c (patch)
tree803cd94ba5a1c725c84aa8028da4caa2c2c1782e /gui/dialog.h
parentd7bc756edcc4a69d8e016670e78901bcce94ebe4 (diff)
downloadscummvm-rg350-fc84c7fc1d8ff4d6cff0b998322fb6015287e79c.tar.gz
scummvm-rg350-fc84c7fc1d8ff4d6cff0b998322fb6015287e79c.tar.bz2
scummvm-rg350-fc84c7fc1d8ff4d6cff0b998322fb6015287e79c.zip
o More widgets fot alternative constructors
o Cleanup of launcher dialog o Implemented useWithPrefix keyword svn-id: r21131
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 99a8d855af..4a1e47add8 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -52,6 +52,7 @@ private:
public:
Dialog(int x, int y, int w, int h);
+ Dialog(Common::String name);
virtual ~Dialog();
virtual int runModal();