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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 0598f31247..3427537cfc 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -58,6 +58,7 @@ struct Branch
extern Branch branches[];
Branch& your_branch();
+bool at_branch_bottom();
branch_type str_to_branch(const std::string &branch,
branch_type err = NUM_BRANCHES);