diff options
| author | jussi | 2024-12-15 18:38:07 +0200 |
|---|---|---|
| committer | jussi | 2024-12-15 18:38:07 +0200 |
| commit | 5ff5a3713700aa5ad201be820597c93b61b61860 (patch) | |
| tree | 679301661c3a1e308d957dc1328254d9d07f2f87 /include/core.h | |
| parent | b4b81f68c4274a6b4d0b5039b83459a1345ca6da (diff) | |
| download | reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.tar.gz reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.tar.bz2 reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.zip | |
SwapBufferEndianness.
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 0813268..ab115ae 100644 --- a/include/core.h +++ b/include/core.h @@ -267,6 +267,7 @@ int lcoreLoadBufferFromString( lua_State* L ); int lcoreUnloadBuffer( lua_State* L ); int lcoreCopyBufferData( lua_State* L ); int lcoreSetBufferData( lua_State* L ); +int lcoreSwapBufferEndianness( lua_State* L ); int lcoreGetBufferData( lua_State* L ); int lcoreGetBufferAsString( lua_State* L ); int lcoreGetBufferType( lua_State* L ); |
