From b80687f17644766eb890598297c0f37bb898d76d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Sep 2014 21:29:03 +0200 Subject: first Lua config of crawler --- 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 7449b3f..48faaeb 100755 --- a/include/luaglue/LuaVM.hpp +++ b/include/luaglue/LuaVM.hpp @@ -9,6 +9,8 @@ class LuaVM LuaVM( ); ~LuaVM( ); + void loadSource( const char *filename ); + private: void initialize( ); -- cgit v1.2.3-54-g00ecf