mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add sha1 to lua utils. (#6563)
This commit is contained in:
committed by
Loïc Blot
parent
a95e0d1876
commit
65c5539035
@@ -92,6 +92,9 @@ private:
|
||||
// get_version()
|
||||
static int l_get_version(lua_State *L);
|
||||
|
||||
// sha1(string, raw)
|
||||
static int l_sha1(lua_State *L);
|
||||
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
static void InitializeAsync(lua_State *L, int top);
|
||||
|
Reference in New Issue
Block a user