summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index b28786f966..dff17a277c 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -660,6 +660,10 @@ struct system_environment
bool board_with_nail; // Easter Egg silliness
std::string scorefile;
+ std::string macro_file; // File to read instead of macro.txt
+ std::string morgue_dir; // Directory where character dumps and morgue
+ // dumps are saved. Overrides crawl_dir.
+
};
extern system_environment SysEnv;