summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:55:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:55:53 +0000
commit1c8fbc7467560766775fe9aba26261031f47c16e (patch)
tree318e5f19799ac7cd1c1f45c8d092a9f57d182690 /crawl-ref/source/misc.h
parent62d953c65b657eca6880483b8b4382aba66e45ac (diff)
downloadcrawl-ref-1c8fbc7467560766775fe9aba26261031f47c16e.tar.gz
crawl-ref-1c8fbc7467560766775fe9aba26261031f47c16e.zip
Outsource weird sounds.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5386 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 35446bd0fd..3c9a88a23a 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -109,6 +109,8 @@ std::string weird_roaring_animal();
std::string weird_smell();
+std::string weird_sound();
+
std::string cloud_name(cloud_type type);
bool is_damaging_cloud(cloud_type type, bool temp = false);