summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
commit359c7ea309f6bd5c08860e2422e5613dac9ca4ae (patch)
tree7733dc29ae7fd7210f94827e56ee2c5705f18207 /crawl-ref/source/throw.cc
parentc7140f0f8afd4b6418f178b2099b4cd9c674e2c5 (diff)
downloadcrawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.tar.gz
crawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.zip
Move redraw functions from stuff.cc -> output.cc
Diffstat (limited to 'crawl-ref/source/throw.cc')
-rw-r--r--crawl-ref/source/throw.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/throw.cc b/crawl-ref/source/throw.cc
index bcee531b6a..6be3f52e0b 100644
--- a/crawl-ref/source/throw.cc
+++ b/crawl-ref/source/throw.cc
@@ -34,6 +34,7 @@
#include "mon-behv.h"
#include "mutation.h"
#include "options.h"
+#include "output.h"
#include "prompt.h"
#include "religion.h"
#include "rot.h"