aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-03-04 08:03:32 +0000
committerTorbjörn Andersson2004-03-04 08:03:32 +0000
commitece97788ac5c06ceef8c1954b9a21f42eac6b1ec (patch)
tree835736ed1e9c7ab09d40398b85c2ded6cbe14f15 /sword2/controls.h
parent00bf09fe07cb8a249d6102bfe2b83b253644f5fa (diff)
downloadscummvm-rg350-ece97788ac5c06ceef8c1954b9a21f42eac6b1ec.tar.gz
scummvm-rg350-ece97788ac5c06ceef8c1954b9a21f42eac6b1ec.tar.bz2
scummvm-rg350-ece97788ac5c06ceef8c1954b9a21f42eac6b1ec.zip
If the user has previous savegames, display a restart/restore dialog when
the game starts. (I know it could look prettier, but I don't have much to work with here...) svn-id: r13178
Diffstat (limited to 'sword2/controls.h')
-rw-r--r--sword2/controls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/controls.h b/sword2/controls.h
index d988835588..83d092e3e3 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -43,6 +43,7 @@ public:
uint32 restoreControl(void);
void saveControl(void);
+ bool startControl(void);
void quitControl(void);
void restartControl(void);
void optionControl(void);