1
0
Fork 0
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:
Rob Blanckaert 2017-10-30 00:18:18 -07:00 committed by Loïc Blot
parent a95e0d1876
commit 65c5539035
4 changed files with 40 additions and 0 deletions

View file

@ -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);