From d69688f0d70ebd684181678a77ca10f800258cfe Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 9 May 2007 19:52:59 +0000 Subject: Added Lemuel's mines minivaults. Extended map DEPTH: attribute to support branch specifiers and negated depth specifiers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1442 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/branch.h') 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 -- cgit v1.2.3-54-g00ecf