summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-util.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-03-09 10:04:35 +0100
committerRaphael Langella <raphael.langella@gmail.com>2012-03-09 10:04:35 +0100
commit78530e54d32616c8204033299ea0ce351668cd28 (patch)
tree6408ed2a9c2097b5a792a3ebaef4816106251cad /crawl-ref/source/dbg-util.h
parent8f771575192378aebe90f60ec47307d507734d7b (diff)
downloadcrawl-ref-78530e54d32616c8204033299ea0ce351668cd28.tar.gz
crawl-ref-78530e54d32616c8204033299ea0ce351668cd28.zip
Add a new skill_from_name function.
Better than hijacking debug_prompt_for_skill.
Diffstat (limited to 'crawl-ref/source/dbg-util.h')
-rw-r--r--crawl-ref/source/dbg-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-util.h b/crawl-ref/source/dbg-util.h
index a1e709280d..52b40f6c59 100644
--- a/crawl-ref/source/dbg-util.h
+++ b/crawl-ref/source/dbg-util.h
@@ -7,7 +7,8 @@
#define DBGUTIL_H
monster_type debug_prompt_for_monster(void);
-skill_type debug_prompt_for_skill(const char *prompt, bool fileinput = false);
+skill_type debug_prompt_for_skill(const char *prompt);
+skill_type skill_from_name(const char *name);
int debug_cap_stat(int stat);