summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-04 19:38:59 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-04 19:43:47 +1000
commitf26b0447e7dea6029ba9d125ce1d3d536f95e67a (patch)
tree86b39db11fd3b7e390505b3b8f907f68a1b3dce6 /crawl-ref/source/initfile.h
parent24fa1749d2dc82f57d5ce04655f8d934ea767d14 (diff)
downloadcrawl-ref-f26b0447e7dea6029ba9d125ce1d3d536f95e67a.tar.gz
crawl-ref-f26b0447e7dea6029ba9d125ce1d3d536f95e67a.zip
dLua "mark_summoned" wrapper for monsters.
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);