summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
authorjussi2024-04-15 20:07:32 +0300
committerjussi2024-04-15 20:07:32 +0300
commit3aecd6dd990c4bba1b79f350970093409d1697ac (patch)
treea6189bae7d3805d45482d8e9d96a42467e7eaee6 /include/lua_core.h
parent1d66edf4f2390c25485ef4205b20c184de1c2f5d (diff)
downloadreilua-enhanced-3aecd6dd990c4bba1b79f350970093409d1697ac.tar.gz
reilua-enhanced-3aecd6dd990c4bba1b79f350970093409d1697ac.tar.bz2
reilua-enhanced-3aecd6dd990c4bba1b79f350970093409d1697ac.zip
OpenGL Stencil management functions.
Diffstat (limited to 'include/lua_core.h')
-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 586f587..9deb44f 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -104,3 +104,4 @@ void uluaPushAutomationEvent( lua_State* L, AutomationEvent event );
void uluaPushAutomationEventList( lua_State* L, AutomationEventList eventList );
/* Utils. */
int uluaGetTableLen( lua_State* L, int index );
+bool uluaIsNil( lua_State* L, int index );