diff options
| author | jussi | 2024-08-29 13:01:21 +0300 |
|---|---|---|
| committer | jussi | 2024-08-29 13:01:21 +0300 |
| commit | d40bf3a393d968198dc30b7e7cd3f7b926f3a482 (patch) | |
| tree | 9bd1d6d306518317466ebc27fd708d60a1a10f0b /include/core.h | |
| parent | 366f8f5c92975ff6ac7e1643124d747ae54130be (diff) | |
| download | reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.gz reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.tar.bz2 reilua-enhanced-d40bf3a393d968198dc30b7e7cd3f7b926f3a482.zip | |
GetBufferAsString.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 045a594..181de24 100644 --- a/include/core.h +++ b/include/core.h @@ -256,6 +256,7 @@ int lcoreUnloadBuffer( lua_State* L ); int lcoreCopyBufferData( lua_State* L ); int lcoreSetBufferData( lua_State* L ); int lcoreGetBufferData( lua_State* L ); +int lcoreGetBufferAsString( lua_State* L ); int lcoreGetBufferType( lua_State* L ); int lcoreGetBufferSize( lua_State* L ); int lcoreGetBufferElementSize( lua_State* L ); |
