summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 031f976bbe..988d13499b 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -522,6 +522,7 @@ void mons_load_spells( monsters *mon, mon_spellbook_type book );
* called from: dungeon - fight
* *********************************************************************** */
void define_monster(int mid);
+void define_monster(monsters &mons);
// last updated 4jan2001 (gdl)
/* ***********************************************************************