From a613ebbe1b544a854645eda518e18ab3e91b75b6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 11 Oct 2014 12:56:58 +0200 Subject: .. --- include/luaglue/LuaVM.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/luaglue/LuaVM.hpp b/include/luaglue/LuaVM.hpp index 8fe781b..0877468 100755 --- a/include/luaglue/LuaVM.hpp +++ b/include/luaglue/LuaVM.hpp @@ -14,10 +14,11 @@ class LuaVM LUAGLUE_DLL_VISIBLE ~LuaVM( ); LUAGLUE_DLL_VISIBLE void loadSource( const char *sourceFilename ); - void executeMain( ); - void executeFunction( const std::string &f ); + LUAGLUE_DLL_VISIBLE void executeMain( ); + LUAGLUE_DLL_VISIBLE void executeFunction( const std::string &f ); LUAGLUE_DLL_VISIBLE void dumpState( ); LUAGLUE_DLL_VISIBLE void fullGarbageCollect( ); + LUAGLUE_DLL_VISIBLE std::string getString( const std::string &key ); LUAGLUE_DLL_VISIBLE lua_State *handle( ); -- cgit v1.2.3-54-g00ecf