summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-08 20:43:00 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-12 20:51:15 -0400
commit766729b656dec57abae4f0d41367a2f00e5b4ec4 (patch)
tree65c5f86f3a245549667627e151e81195cd43dcdb /crawl-ref/source/mapdef.cc
parent53eb3cf6e3870b5bbce99d3221f34cd08e16d034 (diff)
downloadcrawl-ref-766729b656dec57abae4f0d41367a2f00e5b4ec4.tar.gz
crawl-ref-766729b656dec57abae4f0d41367a2f00e5b4ec4.zip
Move mon death stuff from mon-stuff.cc to mon-death.cc.
Touches a lot of files since their #includes have to be edited. (Pushing now since it shouldn't break anything and keeping it updated is nasty.)
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 46ce9849dd..f89650cc17 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -35,6 +35,7 @@
#include "maps.h"
#include "misc.h"
#include "mon-cast.h"
+#include "mon-death.h"
#include "mon-place.h"
#include "mon-util.h"
#include "place.h"