1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Async-related script cleanups

This commit is contained in:
sfan5
2021-08-28 12:15:12 +02:00
committed by GitHub
parent 0f8a6d78a7
commit 6a1424f2b1
15 changed files with 135 additions and 156 deletions

View File

@@ -110,6 +110,12 @@ private:
// encode_png(w, h, data, level)
static int l_encode_png(lua_State *L);
// get_last_run_mod()
static int l_get_last_run_mod(lua_State *L);
// set_last_run_mod(modname)
static int l_set_last_run_mod(lua_State *L);
public:
static void Initialize(lua_State *L, int top);
static void InitializeAsync(lua_State *L, int top);