summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-02-16 17:28:09 +0200
committerjussi2024-02-16 17:28:09 +0200
commitb2b821929505aea2535d38382b743ad5dd5d1fa0 (patch)
tree83c79a9afef9e566325f0d987f167a6d97bb2039 /include/core.h
parent48adbe20dc022d286875408d215ef323c853e6f4 (diff)
downloadreilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.tar.gz
reilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.tar.bz2
reilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.zip
GetBufferData extra arguments. GetBufferElementSize and GetBufferLength.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index a130692..8e163a8 100644
--- a/include/core.h
+++ b/include/core.h
@@ -227,4 +227,6 @@ int lcoreUnloadBuffer( lua_State *L );
int lcoreGetBufferData( lua_State *L );
int lcoreGetBufferType( lua_State *L );
int lcoreGetBufferSize( lua_State *L );
+int lcoreGetBufferElementSize( lua_State *L );
+int lcoreGetBufferLength( lua_State *L );
int lcoreExportBuffer( lua_State *L );