aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2003-07-27 12:05:08 +0000
committerTravis Howell2003-07-27 12:05:08 +0000
commitb8ce60ea1872b760e9caecf40260c7ae3eeb8ae9 (patch)
tree50f8ad513192105e8de35dcc3e838ef4d04b0e70 /simon/simon.h
parentf6984add8f67d53d1521021a2c336647f483f248 (diff)
downloadscummvm-rg350-b8ce60ea1872b760e9caecf40260c7ae3eeb8ae9.tar.gz
scummvm-rg350-b8ce60ea1872b760e9caecf40260c7ae3eeb8ae9.tar.bz2
scummvm-rg350-b8ce60ea1872b760e9caecf40260c7ae3eeb8ae9.zip
Count amount of save files available so load/save dialog works correctly.
svn-id: r9196
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 7a95dc910f..3c73a9d521 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -790,6 +790,7 @@ protected:
void o_unk_132_helper_2(FillOrCopyStruct *fcs, int x);
void savegame_dialog(char *buf);
+ int count_savegames();
int display_savegame_list(int curpos, bool load, char *dst);
void show_it(void *buf);