summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index 4a1339daf9..d2779e25b7 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -21,6 +21,7 @@ enum drop_mode_type
god_type str_to_god(std::string god);
int str_to_fprop (const std::string &str);
+int str_to_summon_type (const std::string &str);
std::string read_init_file(bool runscript = false);