1
0
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:
Zeno Rogue
2019-08-09 21:00:52 +02:00
parent 64824390fe
commit c2d56fb9bc
44 changed files with 1451 additions and 2141 deletions

View File

@@ -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;