diff options
| author | jussi | 2023-04-07 18:47:48 +0300 |
|---|---|---|
| committer | jussi | 2023-04-07 18:47:48 +0300 |
| commit | 22f70cf06f75cd5022e622a9d14a56b67e74a157 (patch) | |
| tree | 950aa06b63e7c8e6d4c5bc9e08a23d683183d433 /include/lua_core.h | |
| parent | 3cc1af265f982d869d095267f837f60733c89778 (diff) | |
| download | reilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.tar.gz reilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.tar.bz2 reilua-enhanced-22f70cf06f75cd5022e622a9d14a56b67e74a157.zip | |
textures and core new argument style.
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 1 |
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 ); |
