summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 4104825dbe..96d54af6e6 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -134,6 +134,7 @@ int fuzz_value(int val, int lowfuzz, int highfuzz, int naverage = 2);
void cio_init();
void cio_cleanup();
+void clear_globals_on_exit();
void end(int exit_code, bool print_err = false,
const char *message = NULL, ...);