From 8c1b2d217ef0a0cf825e873149c06b72b462d6c4 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 1 May 2004 11:48:57 +0000 Subject: Fixes, changes, improvements, ... --- include/BLua.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/BLua.h b/include/BLua.h index dc2d963..4f8acc2 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.13 2004-02-27 10:35:44 pixel Exp $ */ +/* $Id: BLua.h,v 1.14 2004-05-01 11:48:57 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -99,6 +99,13 @@ class LuaObject : public Base { bool wantdestruct, pushed; }; +class LuaException : public GeneralException { + public: + LuaException(String); + protected: + LuaException(); +}; + enum Lua_types_t { LUA_ANY = 0, LUA_OBJECT, -- cgit v1.2.3