summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:04:00 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:04:00 -0700
commitc7140f0f8afd4b6418f178b2099b4cd9c674e2c5 (patch)
treef1b2e90fd880f5b1afd7b49a6623a00a60f0605f /crawl-ref/source/throw.cc
parent583dd66ff5df83761feed2582c87112a0ca7db01 (diff)
downloadcrawl-ref-c7140f0f8afd4b6418f178b2099b4cd9c674e2c5.tar.gz
crawl-ref-c7140f0f8afd4b6418f178b2099b4cd9c674e2c5.zip
Move letter <-> index from stuff.cc to prompt.cc (wheals)
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 89c1da6b4c..bcee531b6a 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 "prompt.h"
#include "religion.h"
#include "rot.h"
#include "shout.h"