summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-11 08:39:51 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-11 08:39:51 -0600
commit17cf232a360b9c8ec88fa9da383fb73430cb0ed3 (patch)
treeda0e3c9a14ed5d3d9969b30655b06a95e91dc444 /crawl-ref/source/goditem.h
parent6b84e07db1d30804c767f125f4da4e760e9ef7d1 (diff)
downloadcrawl-ref-17cf232a360b9c8ec88fa9da383fb73430cb0ed3.tar.gz
crawl-ref-17cf232a360b9c8ec88fa9da383fb73430cb0ed3.zip
Add missing prototype for is_hasty_item().
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index e08c09b43b..f6e9e3caf0 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -16,6 +16,7 @@ bool is_unholy_item(const item_def& item);
bool is_potentially_evil_item(const item_def& item);
bool is_evil_item(const item_def& item);
bool is_chaotic_item(const item_def& item);
+bool is_hasty_item(const item_def& item);
bool is_holy_discipline(int discipline);
bool is_evil_discipline(int discipline);
bool is_holy_spell(spell_type spell, god_type god = GOD_NO_GOD);