From 9b41135da821d07d54c7a6ee75ed6dcbd19e9322 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 27 Jun 2007 19:42:23 +0000 Subject: Added glyphs_connected and friends for maps to test connectedness of points after map transforms are applied. Fixed conflicts in bison grammar. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1669 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/luadgn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/luadgn.h') diff --git a/crawl-ref/source/luadgn.h b/crawl-ref/source/luadgn.h index 241983c0ba..9573fb5a67 100644 --- a/crawl-ref/source/luadgn.h +++ b/crawl-ref/source/luadgn.h @@ -36,7 +36,6 @@ private: int check_op(CLua &, int); std::string rewrite_chunk_prefix(const std::string &line) const; std::string get_chunk_prefix(const std::string &s) const; - void release_compiled_chunk(); public: mutable std::string error; @@ -64,5 +63,8 @@ public: void init_dungeon_lua(); std::string dgn_set_default_depth(const std::string &s); void dgn_reset_default_depth(); +int dlua_stringtable(lua_State *ls, const std::vector &s); + +////////////////////////////////////////////////////////////////////////// #endif -- cgit v1.2.3-54-g00ecf