summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 03:03:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:26 +0200
commit662a84ac03691a43f36464e45cd6d6f88ba101fb (patch)
treee64ee0fe608972582da55a9729de936dabe99509 /crawl-ref/source/makeitem.h
parent3905aef836a1d2c33550a5fa5ee2dd9846994b8e (diff)
downloadcrawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.tar.gz
crawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.zip
Gut and parcel out most of stuff.cc
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index 2c4bde2985..f7b7677551 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -34,6 +34,7 @@ jewellery_type get_random_ring_type();
jewellery_type get_random_amulet_type();
armour_type get_random_body_armour_type(int level);
armour_type get_random_armour_type(int item_level);
+stave_type get_random_rod_type();
void item_set_appearance(item_def &item);
bool is_weapon_brand_ok(int type, int brand, bool strict);