mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Async environment for mods to do concurrent tasks (#11131)
This commit is contained in:
@@ -45,4 +45,5 @@ private:
|
||||
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
static void InitializeAsync(lua_State *L, int top);
|
||||
};
|
||||
|
Reference in New Issue
Block a user