Async environment for mods to do concurrent tasks (#11131)
This commit is contained in:
@@ -75,5 +75,8 @@ class LuaVoxelManip : public ModApiBase
|
||||
|
||||
static LuaVoxelManip *checkobject(lua_State *L, int narg);
|
||||
|
||||
static void *packIn(lua_State *L, int idx);
|
||||
static void packOut(lua_State *L, void *ptr);
|
||||
|
||||
static void Register(lua_State *L);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user