mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add core.open_url() to main menu API (#8592)
This commit is contained in:
@@ -329,6 +329,9 @@ bool secure_rand_fill_buf(void *buf, size_t len);
|
||||
void attachOrCreateConsole();
|
||||
|
||||
int mt_snprintf(char *buf, const size_t buf_size, const char *fmt, ...);
|
||||
|
||||
bool openURL(const std::string &url);
|
||||
|
||||
} // namespace porting
|
||||
|
||||
#ifdef __ANDROID__
|
||||
|
Reference in New Issue
Block a user