summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-07 10:23:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-15 10:58:05 +0200
commit41d6e07ffc64866ab1cf5f55f4c4eab95c0276fb (patch)
tree0005578b481a6775e1e26370d56d84189f3a98ca /crawl-ref/source/format.h
parent031ae6b23c9b5a5e06bb5db974686f990cd8af82 (diff)
downloadcrawl-ref-41d6e07ffc64866ab1cf5f55f4c4eab95c0276fb.tar.gz
crawl-ref-41d6e07ffc64866ab1cf5f55f4c4eab95c0276fb.zip
Capitalized mprf().
It's going to be the default for mprf() since 99% uses are capitalized, but it's safer to do this piecemeal then sed it back.
Diffstat (limited to 'crawl-ref/source/format.h')
-rw-r--r--crawl-ref/source/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/format.h b/crawl-ref/source/format.h
index a490e14762..771c190e9a 100644
--- a/crawl-ref/source/format.h
+++ b/crawl-ref/source/format.h
@@ -36,6 +36,7 @@ public:
void textcolor(int color);
formatted_string substr(size_t index, size_t length=std::string::npos) const;
void all_caps();
+ void capitalize();
void clear();
bool empty();