From f26b0447e7dea6029ba9d125ce1d3d536f95e67a Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 4 Dec 2009 19:38:59 +1000 Subject: dLua "mark_summoned" wrapper for monsters. --- crawl-ref/source/initfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/initfile.h') 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); -- cgit v1.2.3-54-g00ecf