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