summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2023-04-07 18:47:48 +0300
committerjussi2023-04-07 18:47:48 +0300
commit22f70cf06f75cd5022e622a9d14a56b67e74a157 (patch)
tree950aa06b63e7c8e6d4c5bc9e08a23d683183d433 /include
parent3cc1af265f982d869d095267f837f60733c89778 (diff)
downloadreilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.tar.gz
reilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.tar.bz2
reilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.zip
textures and core new argument style.
Diffstat (limited to 'include')
-rw-r--r--include/lua_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h
index a907cae..dd1414d 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -51,3 +51,4 @@ void uluaPushRayCollision( lua_State *L, RayCollision rayCol );
void uluaPushBoundingBox( lua_State *L, BoundingBox box );
int uluaGetTableLen( lua_State *L );
+int uluaGetTableLenIndex( lua_State *L, int index );