summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-28 14:15:29 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-28 14:15:29 +0200
commit902296b857cafd02dde0f4ad3bd098594069ecde (patch)
tree39eaf3ed7e621d2c122b09fec3e9dc9e35a4aa09 /crawl-ref/source/mapdef.h
parent4d9c7942241f284129c0ec7bef7b6128d2478150 (diff)
downloadcrawl-ref-902296b857cafd02dde0f4ad3bd098594069ecde.tar.gz
crawl-ref-902296b857cafd02dde0f4ad3bd098594069ecde.zip
Split away enchantment code from monster.cc
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 9710425363..709ef0dc0c 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -24,7 +24,7 @@
#include "matrix.h"
#include "fprop.h"
#include "makeitem.h"
-#include "monster.h"
+#include "mon-ench.h"
#include "travel_defs.h"
extern const char *traversable_glyphs;