From 4ff1b1dcb9f52a2642feabda38c8c135aac6c599 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 29 Nov 2023 17:20:54 +0200 Subject: ExportBufferAsCode. --- include/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/core.h b/include/core.h index 3d8d3c0..ff657e6 100644 --- a/include/core.h +++ b/include/core.h @@ -214,9 +214,10 @@ int lcoreUpdateCamera3D( lua_State *L ); int lcoreUpdateCamera3DPro( lua_State *L ); /* Buffer management functions. */ int lcoreLoadBuffer( lua_State *L ); +int lcoreLoadBufferFromFile( lua_State *L ); int lcoreUnloadBuffer( lua_State *L ); int lcoreGetBufferData( lua_State *L ); int lcoreGetBufferType( lua_State *L ); int lcoreGetBufferSize( lua_State *L ); int lcoreExportBuffer( lua_State *L ); -int lcoreLoadBufferFromFile( lua_State *L ); +int lcoreExportBufferAsCode( lua_State *L ); -- cgit v1.2.3