Add core.open_url() to main menu API (#8592)
This commit is contained in:
@@ -145,6 +145,9 @@ class ModApiMainMenu: public ModApiBase
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user