summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Kills.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Kills.h')
-rw-r--r--crawl-ref/source/Kills.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/Kills.h b/crawl-ref/source/Kills.h
index 625b145cba..81f82be2f5 100644
--- a/crawl-ref/source/Kills.h
+++ b/crawl-ref/source/Kills.h
@@ -12,8 +12,9 @@
#include <stdio.h>
#include "enum.h"
-std::string pluralize(const std::string &name,
+std::string pluralise(const std::string &name,
const char *no_of[] = NULL);
+std::string apostrophise(const std::string &name);
struct monsters;