summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 9f0397a828..498bf9ac5d 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -87,3 +87,5 @@ int luaM_pcall(lua_State *L, int n = 0, int r = 0);
int luaM_getenv(lua_State *L);
bool luaM_toboolean(lua_State *L, int idx);
+
+bool luaM_isarray(lua_State *L, int idx);