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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 3277e74189..102e7f7fc3 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1890,6 +1890,7 @@ public:
private:
typedef std::map<std::string, std::string> string_map;
string_map aliases;
+ string_map variables;
std::set<std::string> included; // Files we've included already.
public:
@@ -1905,6 +1906,7 @@ public:
private:
std::string unalias(const std::string &key) const;
+ std::string expand_vars(const std::string &field) const;
void add_alias(const std::string &alias, const std::string &name);
void clear_feature_overrides();