summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index c2e8666d89..e5cb6b6a6f 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -54,6 +54,8 @@ void load( unsigned char stair_taken, int load_mode, bool was_a_labyrinth,
* *********************************************************************** */
void save_game(bool leave_game);
+// Save game without exiting (used when changing levels).
+void save_game_state();
// last updated 12may2000 {dlb}
/* ***********************************************************************