From 5ff5a3713700aa5ad201be820597c93b61b61860 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 15 Dec 2024 18:38:07 +0200 Subject: SwapBufferEndianness. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 ); -- cgit v1.2.3