aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2007-08-12 11:07:44 +0000
committerPaul Gilbert2007-08-12 11:07:44 +0000
commit52292983b03641fdef2d45dabb1d137b25cd6481 (patch)
tree866675a13a80e941e367ef8dd2d17393cbc5ccec /engines/lure/surface.h
parent8466c6869a65a83d257cbfc9b9148367ad12d3a0 (diff)
downloadscummvm-rg350-52292983b03641fdef2d45dabb1d137b25cd6481.tar.gz
scummvm-rg350-52292983b03641fdef2d45dabb1d137b25cd6481.tar.bz2
scummvm-rg350-52292983b03641fdef2d45dabb1d137b25cd6481.zip
Skeleton code added for restart/restore screen
svn-id: r28544
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