mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add sha1 to lua utils. (#6563)
This commit is contained in:
parent
a95e0d1876
commit
65c5539035
4 changed files with 40 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue