mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add base64 encoding and decoding to the lua api. (#3919)
This commit is contained in:
@@ -95,6 +95,12 @@ private:
|
||||
// request_insecure_environment()
|
||||
static int l_request_insecure_environment(lua_State *L);
|
||||
|
||||
// encode_base64(string)
|
||||
static int l_encode_base64(lua_State *L);
|
||||
|
||||
// decode_base64(string)
|
||||
static int l_decode_base64(lua_State *L);
|
||||
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
|
||||
|
Reference in New Issue
Block a user