From 8674d7ae28e958983128c045fb8504b037785da7 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 24 Feb 2007 11:13:12 +0000 Subject: Monster attack refactoring. Likely to be buggy. Fixed tracer explosion beams generating clouds. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@959 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/Kills.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/Kills.h') diff --git a/crawl-ref/source/Kills.h b/crawl-ref/source/Kills.h index f3ada4fe40..625b145cba 100644 --- a/crawl-ref/source/Kills.h +++ b/crawl-ref/source/Kills.h @@ -12,6 +12,9 @@ #include #include "enum.h" +std::string pluralize(const std::string &name, + const char *no_of[] = NULL); + struct monsters; // Not intended for external use! -- cgit v1.2.3-54-g00ecf