summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-09-25 11:44:04 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-09-25 11:44:04 -0500
commit55c27e3e03ead88ec4a0878843e001aba8611c88 (patch)
tree97e1c0b4b3335816ada07977b5b1bdefc9ff0766 /crawl-ref/source/goditem.h
parent8702bec2ac3969523e806f7959d7f21d0bb78b8c (diff)
downloadcrawl-ref-55c27e3e03ead88ec4a0878843e001aba8611c88.tar.gz
crawl-ref-55c27e3e03ead88ec4a0878843e001aba8611c88.zip
Reorganize functions a bit.
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index 1a7ee15cb1..c38f154705 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -20,11 +20,11 @@ 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);
bool is_unholy_spell(spell_type spell, god_type god = GOD_NO_GOD);
+bool is_corpse_violating_spell(spell_type spell, god_type = GOD_NO_GOD);
bool is_evil_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_unclean_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_chaotic_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_hasty_spell(spell_type spell, god_type god = GOD_NO_GOD);
-bool is_corpse_violating_spell(spell_type spell, god_type = GOD_NO_GOD);
bool is_any_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_spellbook_type(const item_def& item, bool book_or_rod,
bool (*suitable)(spell_type spell, god_type god) =