summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BLua.h')
-rw-r--r--include/BLua.h9
1 files changed, 8 insertions, 1 deletions
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,