summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-22 15:26:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-22 15:26:35 +0200
commit9c8974f24fa7b6043c6d3458bf38826b18a33658 (patch)
tree1d0d56e18d1132dff652db9b8f28b20650f3f248 /crawl-ref/source/libutil.h
parent3d0a84c0ca5898c11454f222bac1c36db33b6e42 (diff)
downloadcrawl-ref-9c8974f24fa7b6043c6d3458bf38826b18a33658.tar.gz
crawl-ref-9c8974f24fa7b6043c6d3458bf38826b18a33658.zip
Fix a bunch of webtiles-in-console message regressions.
This is nowhere close to completeness, I got tired early through that massive file, pushing it to see if you guys have any comments about what is the best way to proceed. In particular, I think command tags and item glyphs could be done a better way.
Diffstat (limited to 'crawl-ref/source/libutil.h')
-rw-r--r--crawl-ref/source/libutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h
index 44bf5e2688..3e455d5fdf 100644
--- a/crawl-ref/source/libutil.h
+++ b/crawl-ref/source/libutil.h
@@ -203,6 +203,8 @@ inline bool testbits(uint64_t flags, uint64_t test)
coord_def cgetsize(GotoRegion region = GOTO_CRT);
void cscroll(int n, GotoRegion region);
+std::string untag_tiles_console(std::string s);
+
#ifdef TARGET_OS_WINDOWS
enum taskbar_pos
{