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

Add core.open_url() to main menu API (#8592)

This commit is contained in:
rubenwardy
2020-05-17 19:09:10 +01:00
committed by GitHub
parent c1ce4be756
commit a9c3a42323
10 changed files with 98 additions and 96 deletions

View File

@@ -145,6 +145,9 @@ private:
static int l_get_max_supp_proto(lua_State *L);
// other
static int l_open_url(lua_State *L);
// async
static int l_do_async_callback(lua_State *L);