summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 10:44:10 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 11:01:58 -0600
commita4a5504e50ca6e67477de99eba44c62ab4557ca5 (patch)
tree941edf62a2d76529a6a2598b6622b071426ae4ad /crawl-ref/source/spells2.h
parente5b09096c90a9c99a7dba3d1597560a0a6bee8ed (diff)
downloadcrawl-ref-a4a5504e50ca6e67477de99eba44c62ab4557ca5.tar.gz
crawl-ref-a4a5504e50ca6e67477de99eba44c62ab4557ca5.zip
Move brand_ammo() to spells2.{cc,h}, right after brand_weapon().
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 943b85e98e..fa3965d7b5 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -13,6 +13,7 @@
struct dist;
bool brand_weapon(brand_type which_brand, int power);
+void brand_ammo(special_missile_type which_brand);
bool burn_freeze(int pow, beam_type flavour, monsters *monster);
void corpse_rot();