summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2023-10-26 20:09:16 +0300
committerjussi2023-10-26 20:09:16 +0300
commit56c365c8cc88455d69df42e7842c986e760c776e (patch)
treed4ad09280cdad3ad0e46146aa4cd149f5400b9b0 /include/core.h
parent168f4959d4a265d7615a81b667917754ca85bfce (diff)
downloadreilua-enhanced-56c365c8cc88455d69df42e7842c986e760c776e.tar.gz
reilua-enhanced-56c365c8cc88455d69df42e7842c986e760c776e.tar.bz2
reilua-enhanced-56c365c8cc88455d69df42e7842c986e760c776e.zip
Buffer userdata object and rlgl Vertex buffers management.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index bfedf81..bc3a0e0 100644
--- a/include/core.h
+++ b/include/core.h
@@ -46,6 +46,7 @@ int lcoreSetTraceLogLevel( lua_State *L );
int lcoreSetLogLevelInvalid( lua_State *L );
int lcoreGetLogLevelInvalid( lua_State *L );
int lcoreOpenURL( lua_State *L );
+int lcoreLoadBuffer( lua_State *L );
/* Cursor. */
int lcoreShowCursor( lua_State *L );
int lcoreHideCursor( lua_State *L );