From 7c1364816bce2ecfad1ecc118225b1fa6f28faed Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 15 Oct 2014 16:44:27 +0200 Subject: added getstringarray to luavm layer --- 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 488c810..81261f3 100755 --- a/include/luaglue/LuaVM.hpp +++ b/include/luaglue/LuaVM.hpp @@ -5,6 +5,7 @@ #include "lua.hpp" +#include #include 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 getStringArray( const std::string &key ); LUAGLUE_DLL_VISIBLE bool getBoolean( const std::string &key ); LUAGLUE_DLL_VISIBLE lua_State *handle( ); -- cgit v1.2.3-54-g00ecf