diff options
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index a130692..8e163a8 100644 --- a/include/core.h +++ b/include/core.h @@ -227,4 +227,6 @@ int lcoreUnloadBuffer( lua_State *L ); int lcoreGetBufferData( lua_State *L ); int lcoreGetBufferType( lua_State *L ); int lcoreGetBufferSize( lua_State *L ); +int lcoreGetBufferElementSize( lua_State *L ); +int lcoreGetBufferLength( lua_State *L ); int lcoreExportBuffer( lua_State *L ); |
