summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-21 12:32:59 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-21 12:32:59 +0200
commitd9a9f676d1265f71ab6ebebed582b25e1e7ed8ab (patch)
treedccdca9d3d48b1e874f4fdb72b7c0f82687fc208 /crawl-ref/source/clua.h
parentdf9d0d88a17ed81f394e76d336657e5a180c0c36 (diff)
downloadcrawl-ref-d9a9f676d1265f71ab6ebebed582b25e1e7ed8ab.tar.gz
crawl-ref-d9a9f676d1265f71ab6ebebed582b25e1e7ed8ab.zip
Move print_?lua_stack into CLua.
Diffstat (limited to 'crawl-ref/source/clua.h')
-rw-r--r--crawl-ref/source/clua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/clua.h b/crawl-ref/source/clua.h
index 092e551384..a72d56159b 100644
--- a/crawl-ref/source/clua.h
+++ b/crawl-ref/source/clua.h
@@ -142,6 +142,8 @@ public:
static bool is_managed_vm(lua_State *ls);
+ void print_stack();
+
public:
std::string error;
@@ -234,6 +236,4 @@ void lua_set_exclusive_item(const item_def *item = NULL);
std::string quote_lua_string(const std::string &s);
-void print_clua_stack();
-
#endif