From 9fc1df65621c76cb9edbb781df61fabb21f61342 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 14 Jun 2007 18:14:26 +0000 Subject: Remember choice of Beogh in character selection. Some code reindenting and housekeeping. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1587 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libutil.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/libutil.h') diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h index 63746ee8b6..e9d6d987b8 100644 --- a/crawl-ref/source/libutil.h +++ b/crawl-ref/source/libutil.h @@ -27,8 +27,9 @@ void cursorxy(int x, int y); int unmangle_direction_keys(int keyin, int keymap = 0, bool fake_ctrl = true, bool fake_shift = true); -void lowercase(std::string &s); -void uppercase(std::string &s); +std::string lowercase_string(std::string s); +std::string &lowercase(std::string &s); +std::string &uppercase(std::string &s); bool ends_with(const std::string &s, const std::string &suffix); std::string pluralise(const std::string &name, const char *no_of[] = NULL); -- cgit v1.2.3-54-g00ecf