aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/control.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-04-18 18:23:57 +0000
committerTorbjörn Andersson2006-04-18 18:23:57 +0000
commit6b034b66d8e95512a56bb5e3da083e8995bc5718 (patch)
tree71563a444b296e8e9643c33ae34777fd2c7651fe /engines/sword1/control.h
parent40b74d5182f962652759ccfe4cd346a3de7889b0 (diff)
downloadscummvm-rg350-6b034b66d8e95512a56bb5e3da083e8995bc5718.tar.gz
scummvm-rg350-6b034b66d8e95512a56bb5e3da083e8995bc5718.tar.bz2
scummvm-rg350-6b034b66d8e95512a56bb5e3da083e8995bc5718.zip
Added support for the --save-slot option for Broken Sword 1. (Feature request
#1460977.) svn-id: r22009
Diffstat (limited to 'engines/sword1/control.h')
-rw-r--r--engines/sword1/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/control.h b/engines/sword1/control.h
index b1f81165be..912ccf8f72 100644
--- a/engines/sword1/control.h
+++ b/engines/sword1/control.h
@@ -83,11 +83,11 @@ public:
void doRestore(void);
void askForCd(void);
bool savegamesExist(void);
+ bool restoreGameFromFile(uint8 slot);
private:
int displayMessage(const char *altButton, const char *message, ...);
void saveGameToFile(uint8 slot);
- bool restoreGameFromFile(uint8 slot);
void readSavegameDescriptions(void);
void writeSavegameDescriptions(void);
void showSavegameNames(void);