Translated using Weblate (Italian)
[oweals/minetest.git] / src / porting.h
index 1f9f066fb6b7cb49c39a20e456f664874380a0d9..f50f0a950f281d8973a96b8372a44b38d28e0793 100644 (file)
@@ -327,6 +327,11 @@ bool secure_rand_fill_buf(void *buf, size_t len);
 
 // This attaches to the parents process console, or creates a new one if it doesnt exist.
 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__