summaryrefslogtreecommitdiff
path: root/include/luaglue/LuaVM.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/luaglue/LuaVM.hpp')
-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 488c810..81261f3 100755
--- a/include/luaglue/LuaVM.hpp
+++ b/include/luaglue/LuaVM.hpp
@@ -5,6 +5,7 @@
#include "lua.hpp"
+#include <vector>
#include <string>
class LuaVM
@@ -25,6 +26,7 @@ class LuaVM
LUAGLUE_DLL_VISIBLE void fullGarbageCollect( );
LUAGLUE_DLL_VISIBLE std::string getString( const std::string &key );
+ LUAGLUE_DLL_VISIBLE std::vector<std::string> getStringArray( const std::string &key );
LUAGLUE_DLL_VISIBLE bool getBoolean( const std::string &key );
LUAGLUE_DLL_VISIBLE lua_State *handle( );