summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-01-24 19:14:30 +0200
committerjussi2024-01-24 19:14:30 +0200
commit3b3d0ad32e24c2ff0a13daf3e865054f63afaf86 (patch)
tree192e9b69af4515c6e05978c83905636f693f011a /include/core.h
parent7460a16cae15dfa7924d1d4df1aac166a6a6fd2c (diff)
downloadreilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.tar.gz
reilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.tar.bz2
reilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.zip
LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h1
1 files changed, 1 insertions, 0 deletions
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 );