summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 7db4d30569..4252b8f6cc 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -49,6 +49,7 @@ int items( int allow_uniques, int force_class, int force_type,
* *********************************************************************** */
void give_item(int mid, int level_number);
+void init_rod_mp(item_def &item);
// last updated 13mar2001 {gdl}
/* ***********************************************************************