summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-04 15:16:56 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-04 15:16:56 -0700
commitdf307f86ad32fcc841c770e8f5af72e8c0b80cfb (patch)
tree1881655a210d183ef775c1427906c765c1b14240 /web/web_match.h
parentba56ae56ebec73ca8ea966fde4bb385f911a6669 (diff)
downloaddartboat-df307f86ad32fcc841c770e8f5af72e8c0b80cfb.tar.gz
dartboat-df307f86ad32fcc841c770e8f5af72e8c0b80cfb.tar.xz
web: abstract away most EM_ASM calls to dom file
Diffstat (limited to 'web/web_match.h')
-rw-r--r--web/web_match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_match.h b/web/web_match.h
index 4b4c7bb..478ad88 100644
--- a/web/web_match.h
+++ b/web/web_match.h
@@ -24,6 +24,6 @@ extern struct match_state *state;
void free_state();
-bool is_match_over();
+bool match_is_over();
#endif