From a06523dd0f46c2536e070e58c9288419bbcbf22e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 18 Nov 2008 20:07:42 +0000 Subject: Added lua_datum to wrap the common task of retaining references to Lua objects in the Lua registry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7477 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mapmark.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/mapmark.h') diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h index 3efc40e591..07d89331be 100644 --- a/crawl-ref/source/mapmark.h +++ b/crawl-ref/source/mapmark.h @@ -16,6 +16,7 @@ #include "luadgn.h" #include #include +#include ////////////////////////////////////////////////////////////////////////// // Map markers @@ -117,6 +118,8 @@ public: throw (std::string); private: bool initialised; + std::auto_ptr marker_table; + private: void check_register_table(); bool get_table() const; -- cgit v1.2.3-54-g00ecf