summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BLua.h')
-rw-r--r--include/BLua.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h
index b579333..a39ddbc 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BLua.h,v 1.31 2007-04-11 00:16:30 pixel Exp $ */
+/* $Id: BLua.h,v 1.32 2007-05-22 08:46:59 pixel Exp $ */
#ifndef __BLUA_H__
#define __BLUA_H__
@@ -108,6 +108,7 @@ class Lua : public Base {
void resume(const String &, int nargs = 0);
void resume(Handle *, int nargs = 0);
static Lua * find(lua_State *) throw (GeneralException);
+ void showstack(int level = M_INFO);
void showerror();
int getmetatable(int = -1);
int setmetatable(int = -2);