summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-fsim.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/wiz-fsim.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/wiz-fsim.cc')
-rw-r--r--crawl-ref/source/wiz-fsim.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-fsim.cc b/crawl-ref/source/wiz-fsim.cc
index f0e1bce236..ce578890cd 100644
--- a/crawl-ref/source/wiz-fsim.cc
+++ b/crawl-ref/source/wiz-fsim.cc
@@ -29,6 +29,7 @@
#include "mon-death.h"
#include "mon-util.h"
#include "options.h"
+#include "output.h"
#include "player.h"
#include "player-equip.h"
#include "ranged_attack.h"