aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/surface.h')
-rw-r--r--engines/lure/surface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/lure/surface.h b/engines/lure/surface.h
index f97666d1e7..564f65dd99 100644
--- a/engines/lure/surface.h
+++ b/engines/lure/surface.h
@@ -104,6 +104,11 @@ public:
static bool show(bool saveDialog);
};
+class RestartRestoreDialog {
+public:
+ static bool show();
+};
+
} // End of namespace Lure
#endif