summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:20:50 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:51 -0700
commitc22efd9fab02d2b1b0ad6a00a8bfc45475efc360 (patch)
tree512d9f5b84e188039de0d689e93f7ecee430b245 /crawl-ref/source/main.cc
parent22f25ab0e848bb3f03d7bd4c0331fda178b879c3 (diff)
downloadcrawl-ref-c22efd9fab02d2b1b0ad6a00a8bfc45475efc360.tar.gz
crawl-ref-c22efd9fab02d2b1b0ad6a00a8bfc45475efc360.zip
Let BLOOD finally have its place in the sun
...by moving bloodspatter functions into their own file. Death to misc.cc! Long live the new file hierarchy!
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 46257c58c4..7f410c2fa1 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -38,6 +38,7 @@
#include "art-enum.h"
#include "artefact.h"
#include "beam.h"
+#include "bloodspatter.h"
#include "branch.h"
#include "chardump.h"
#include "cio.h"