summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index d1e3ca7c7c..009bb89bca 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -39,5 +39,7 @@ struct Branch
extern Branch branches[];
Branch& your_branch();
+branch_type str_to_branch(const std::string &branch,
+ branch_type err = NUM_BRANCHES);
#endif