1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix HTTP API not being available in async mainmenu (#10086)

This commit is contained in:
rubenwardy 2020-06-22 14:40:04 +01:00 committed by GitHub
parent e99415e0c5
commit 4cb18d4874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -50,4 +50,5 @@ private:
public:
static void Initialize(lua_State *L, int top);
static void InitializeAsync(lua_State *L, int top);
};