summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-11-29 23:04:09 -0500
committerNeil Moore <neil@s-z.org>2013-11-30 10:56:31 -0500
commit338e2d3e333d9d050bab9c9d1ff99889cfbfcd90 (patch)
tree488ab3d1454b343891cca0c71008c59bd10fd898 /crawl-ref/source/message.h
parent0c4d95b344f84e981f4b3abf6bc0ec2f0659e118 (diff)
downloadcrawl-ref-338e2d3e333d9d050bab9c9d1ff99889cfbfcd90.tar.gz
crawl-ref-338e2d3e333d9d050bab9c9d1ff99889cfbfcd90.zip
Make msgwin_line_length non-static.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 2a253bf559..529c75bb76 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -56,6 +56,7 @@ void msgwin_prompt(string prompt);
void msgwin_reply(string reply);
unsigned int msgwin_lines();
+unsigned int msgwin_line_length();
// Tell the message window that previous messages may be considered
// read, e.g. after reading input from the player.