summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/luaglue/LuaVM.hpp2
1 files changed, 2 insertions, 0 deletions
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( );