aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
authorMax Horn2002-07-19 10:10:02 +0000
committerMax Horn2002-07-19 10:10:02 +0000
commit6d68c4a5453a028285d97f3f9578af7c93962082 (patch)
tree25dd305f960b95c6c49df46269854436ed450c30 /gui/dialog.h
parent0992c619761143da772e5736c7376700b8038893 (diff)
downloadscummvm-rg350-6d68c4a5453a028285d97f3f9578af7c93962082.tar.gz
scummvm-rg350-6d68c4a5453a028285d97f3f9578af7c93962082.tar.bz2
scummvm-rg350-6d68c4a5453a028285d97f3f9578af7c93962082.zip
added khalek's about dialog (but changed the text items to be centered)
svn-id: r4600
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index bccd2b9cf2..40c109c220 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -92,6 +92,11 @@ class SoundDialog;
class KeysDialog;
class MiscDialog;
+class AboutDialog : public Dialog {
+public:
+ AboutDialog(NewGui *gui);
+};
+
class OptionsDialog : public Dialog {
protected:
SoundDialog *_soundDialog;