1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

open URLs from Emscripten

This commit is contained in:
Zeno Rogue
2018-09-05 15:34:13 +02:00
parent 3e1cb1ba6d
commit ec84643070
2 changed files with 11 additions and 0 deletions

View File

@@ -4026,5 +4026,9 @@ extern bool game_active, playerfound;
string bygen(reaction_t h);
#if CAP_URL
void open_url(string s);
#endif
}