mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
rogueviz:: added heatx
This commit is contained in:
10
hyperweb.cpp
10
hyperweb.cpp
@@ -112,16 +112,6 @@ EX void offer_choose_file(reaction_t r) {
|
||||
});
|
||||
}
|
||||
|
||||
// -- demo --
|
||||
|
||||
#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