mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 12:47:10 +00:00
autohdr.h applied in more files
This commit is contained in:
@@ -54,12 +54,13 @@ namespace hr {
|
||||
|
||||
// -- demo --
|
||||
|
||||
void open_url(string s) {
|
||||
#if CAP_URL
|
||||
EX void open_url(string s) {
|
||||
EM_ASM_({
|
||||
window.open(UTF8ToString($0, 1000));
|
||||
}, s.c_str());
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// window.open(Pointer_stringify($0));
|
||||
bool demoanim;
|
||||
|
||||
Reference in New Issue
Block a user