summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godcompanions.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-03-06 00:28:04 -0330
committerDracoOmega <draco_omega@live.com>2013-03-06 01:20:20 -0330
commit37b8440318fc9dea9791e04a90593765f0371e03 (patch)
tree34b59a713070e77ffc52f631dce5b8502a53a991 /crawl-ref/source/godcompanions.h
parent6777ac41de40957e04ed8670e4551284dc62344c (diff)
downloadcrawl-ref-37b8440318fc9dea9791e04a90593765f0371e03.tar.gz
crawl-ref-37b8440318fc9dea9791e04a90593765f0371e03.zip
Add a wizmode command to list Yred/Beogh followers
Diffstat (limited to 'crawl-ref/source/godcompanions.h')
-rw-r--r--crawl-ref/source/godcompanions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/godcompanions.h b/crawl-ref/source/godcompanions.h
index b3cb80eed4..f1746d6b79 100644
--- a/crawl-ref/source/godcompanions.h
+++ b/crawl-ref/source/godcompanions.h
@@ -38,4 +38,6 @@ bool companion_is_elsewhere(mid_t mid);
void populate_offlevel_recall_list();
bool recall_offlevel_ally(mid_t mid);
+void wizard_list_companions();
+
#endif