From ff403df10813717698dc47e0b22f19d62c007cff Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 16 Oct 2014 13:28:44 +0200 Subject: added getInt to LuaVm --- include/luaglue/LuaVM.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/luaglue/LuaVM.hpp b/include/luaglue/LuaVM.hpp index 81261f3..6055fd4 100755 --- a/include/luaglue/LuaVM.hpp +++ b/include/luaglue/LuaVM.hpp @@ -27,6 +27,7 @@ class LuaVM LUAGLUE_DLL_VISIBLE std::string getString( const std::string &key ); LUAGLUE_DLL_VISIBLE std::vector getStringArray( const std::string &key ); + LUAGLUE_DLL_VISIBLE int getInt( 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