summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-14 16:48:11 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-14 16:48:11 +0000
commit0282f209e8d708396f20c99e8b212cfa488aca37 (patch)
tree8a8cb0f6196a24b315bbad36c96c1306e1da8196 /crawl-ref/source/menu.h
parent49aa51c728460641dbe953544464b8135d069406 (diff)
downloadcrawl-ref-0282f209e8d708396f20c99e8b212cfa488aca37.tar.gz
crawl-ref-0282f209e8d708396f20c99e8b212cfa488aca37.zip
Major overhaul of tutorial messages and clean-up of tutorial.cc
I've also hopefully fixed a bug concerning entry vaults during the tutorial. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1038 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 3a8eb8769e..55eef14f97 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -373,5 +373,7 @@ protected:
int menu_colour(const std::string &itemtext);
int linebreak_string( std::string& s, int wrapcol, int maxcol );
+int linebreak_string2( std::string& s, int maxcol );
+void print_formatted_paragraph( std::string &s, int maxcol, int channel = 0);
#endif