From e995cb29c210d8d946c889a6a65dd0e90403e767 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 20 Nov 2003 09:07:24 +0000 Subject: Added LUA "compiler" to the code. --- include/BLua.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/BLua.h b/include/BLua.h index fb62b14..19c65c4 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -48,7 +48,8 @@ class Lua : public Base { lua_CFunction tocfunction(int = -1); void * touserdata(int = -1); Lua * tothread(int = -1); - void load(Handle *) throw (GeneralException) ; + void load(Handle *, bool = true) throw (GeneralException); + void dump(Handle *, bool = true); Lua * thread(); static Lua * find(lua_State *) throw (GeneralException); void showerror(); -- cgit v1.2.3