aboutsummaryrefslogtreecommitdiff
path: root/sword2/save_rest.h
diff options
context:
space:
mode:
authorOliver Kiehl2003-09-14 21:45:42 +0000
committerOliver Kiehl2003-09-14 21:45:42 +0000
commitffd39dc95aacfa34d669b469fae9e8ff9946d4ee (patch)
treec65750587bb82c8098b96cc37e902115165224ed /sword2/save_rest.h
parentfe349d2d998a939c7f258d3a28cf00a148bb6225 (diff)
downloadscummvm-rg350-ffd39dc95aacfa34d669b469fae9e8ff9946d4ee.tar.gz
scummvm-rg350-ffd39dc95aacfa34d669b469fae9e8ff9946d4ee.tar.bz2
scummvm-rg350-ffd39dc95aacfa34d669b469fae9e8ff9946d4ee.zip
if saveslot specified with -x doesn't exist, show restore menu
svn-id: r10256
Diffstat (limited to 'sword2/save_rest.h')
-rw-r--r--sword2/save_rest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/save_rest.h b/sword2/save_rest.h
index b59c52fe45..1d06b998cd 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.h
@@ -29,6 +29,7 @@
uint32 SaveGame(uint16 slotNo, uint8 *description);
uint32 RestoreGame(uint16 slotNo);
uint32 GetSaveDescription(uint16 slotNo, uint8 *description);
+bool SaveExists(uint16 slotNo);
void FillSaveBuffer(mem *buffer, uint32 size, uint8 *desc);
uint32 RestoreFromBuffer(mem *buffer, uint32 size);
uint32 FindBufferSize( void );