summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-08-27 21:41:31 +0300
committerjussi2024-08-27 21:41:31 +0300
commit35e73465ace06e459fb3911dee9c714bb79e8974 (patch)
treee12f57788a32314f196aad11a4fc50539510bd0c /include/core.h
parentaf2bf6f7a248d9b6e78305b4ac9dbc72d2d41ef0 (diff)
downloadreilua-enhanced-35e73465ace06e459fb3911dee9c714bb79e8974.tar.gz
reilua-enhanced-35e73465ace06e459fb3911dee9c714bb79e8974.tar.bz2
reilua-enhanced-35e73465ace06e459fb3911dee9c714bb79e8974.zip
LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource file example.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index 14b2630..045a594 100644
--- a/include/core.h
+++ b/include/core.h
@@ -249,9 +249,12 @@ int lcoreUpdateCamera3D( lua_State* L );
int lcoreUpdateCamera3DPro( lua_State* L );
/* Buffer management functions. */
int lcoreLoadBuffer( lua_State* L );
+int lcoreLoadBufferFormatted( lua_State* L );
int lcoreLoadBufferFromFile( lua_State* L );
int lcoreLoadBufferFromString( lua_State* L );
int lcoreUnloadBuffer( lua_State* L );
+int lcoreCopyBufferData( lua_State* L );
+int lcoreSetBufferData( lua_State* L );
int lcoreGetBufferData( lua_State* L );
int lcoreGetBufferType( lua_State* L );
int lcoreGetBufferSize( lua_State* L );