From 3b3d0ad32e24c2ff0a13daf3e865054f63afaf86 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 24 Jan 2024 19:14:30 +0200 Subject: LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index ddfefb1..a130692 100644 --- a/include/core.h +++ b/include/core.h @@ -222,6 +222,7 @@ int lcoreUpdateCamera3DPro( lua_State *L ); /* Buffer management functions. */ int lcoreLoadBuffer( lua_State *L ); int lcoreLoadBufferFromFile( lua_State *L ); +int lcoreLoadBufferFromString( lua_State *L ); int lcoreUnloadBuffer( lua_State *L ); int lcoreGetBufferData( lua_State *L ); int lcoreGetBufferType( lua_State *L ); -- cgit v1.2.3