From 08be1164cbaa7ec69bd229e138d3ad86b169f68f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Oct 2014 12:39:48 +0200 Subject: trying to initialize tolua glue code in test module, segfaulting still --- include/luaglue/LuaVM.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/luaglue/LuaVM.hpp b/include/luaglue/LuaVM.hpp index a8a6524..f25cc3e 100755 --- a/include/luaglue/LuaVM.hpp +++ b/include/luaglue/LuaVM.hpp @@ -14,6 +14,8 @@ class LuaVM void loadSource( const char *sourceFilename ); void executeMain( ); void dumpState( ); + + lua_State *handle( ); private: void initialize( ); -- cgit v1.2.3-54-g00ecf