summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-28 00:18:16 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-28 11:19:12 +0200
commitbc5053e8c6dba3488400b7e56dbf1b745c5d2e94 (patch)
tree8950fb1efcbeca64bd23bd125d176bb6212c3d03 /crawl-ref/source/libutil.h
parentae87eda9d91e01b3057d45b082ee48ebce9ebcf3 (diff)
downloadcrawl-ref-bc5053e8c6dba3488400b7e56dbf1b745c5d2e94.tar.gz
crawl-ref-bc5053e8c6dba3488400b7e56dbf1b745c5d2e94.zip
Add ench: and perm_ench: to MONS specs.
Diffstat (limited to 'crawl-ref/source/libutil.h')
-rw-r--r--crawl-ref/source/libutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h
index 70d7761f65..7cf423a28a 100644
--- a/crawl-ref/source/libutil.h
+++ b/crawl-ref/source/libutil.h
@@ -92,6 +92,7 @@ bool strip_bool_tag(std::string &s, const std::string &name,
bool defval = false);
std::vector<std::string> strip_multiple_tag_prefix(std::string &s, const std::string &tagprefix);
std::string strip_tag_prefix(std::string &s, const std::string &tagprefix);
+bool parse_int(const char *s, int &i);
std::string article_a(const std::string &name, bool lowercase = true);
std::string pluralise(