From a4a5504e50ca6e67477de99eba44c62ab4557ca5 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 10:44:10 -0600 Subject: Move brand_ammo() to spells2.{cc,h}, right after brand_weapon(). --- crawl-ref/source/spells2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells2.h') 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(); -- cgit v1.2.3-54-g00ecf