ExportBuffer and LoadBufferFromFile.

This commit is contained in:
jussi
2023-11-05 22:43:03 +02:00
parent d74a505d40
commit 7b8ef2cd90
7 changed files with 120 additions and 82 deletions

View File

@@ -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 );