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

Add open user data button to main menu (#10579)

This commit is contained in:
rubenwardy
2020-12-19 13:27:15 +00:00
committed by GitHub
parent 025035db5c
commit 664f5ce960
9 changed files with 100 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ void initializePathsAndroid();
void showInputDialog(const std::string &acceptButton,
const std::string &hint, const std::string &current, int editType);
void openURLAndroid(const std::string &url);
void openURIAndroid(const std::string &url);
/**
* WORKAROUND for not working callbacks from java -> c++