From 7b8ef2cd90997382dca80f5122908eb6a8e60467 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 5 Nov 2023 22:43:03 +0200 Subject: ExportBuffer and LoadBufferFromFile. --- include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/core.h b/include/core.h index ffed469..ad50f1b 100644 --- a/include/core.h +++ b/include/core.h @@ -201,3 +201,5 @@ 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 ); -- cgit v1.2.3