summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/clua.h')
-rw-r--r--crawl-ref/source/clua.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/clua.h b/crawl-ref/source/clua.h
index ae465aa3a0..e6ae4ecde7 100644
--- a/crawl-ref/source/clua.h
+++ b/crawl-ref/source/clua.h
@@ -93,6 +93,8 @@ public:
CLua(bool managed = true);
~CLua();
+ static CLua &get_vm(lua_State *);
+
lua_State *state();
operator lua_State * ()
@@ -170,6 +172,8 @@ private:
void load_chooks();
void init_throttle();
+ static void _getregistry(lua_State *, const char *name);
+
void vfnreturns(const char *par, va_list va);
bool proc_returns(const char *par) const;