diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 14b2630..045a594 100644 --- a/include/core.h +++ b/include/core.h @@ -249,9 +249,12 @@ int lcoreUpdateCamera3D( lua_State* L ); int lcoreUpdateCamera3DPro( lua_State* L ); /* Buffer management functions. */ int lcoreLoadBuffer( lua_State* L ); +int lcoreLoadBufferFormatted( lua_State* L ); int lcoreLoadBufferFromFile( lua_State* L ); int lcoreLoadBufferFromString( lua_State* L ); int lcoreUnloadBuffer( lua_State* L ); +int lcoreCopyBufferData( lua_State* L ); +int lcoreSetBufferData( lua_State* L ); int lcoreGetBufferData( lua_State* L ); int lcoreGetBufferType( lua_State* L ); int lcoreGetBufferSize( lua_State* L ); |
