summaryrefslogtreecommitdiff
path: root/2026/framing/src/game.rs
diff options
context:
space:
mode:
Diffstat (limited to '2026/framing/src/game.rs')
-rw-r--r--2026/framing/src/game.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/2026/framing/src/game.rs b/2026/framing/src/game.rs
index 5284132..a473d8e 100644
--- a/2026/framing/src/game.rs
+++ b/2026/framing/src/game.rs
@@ -363,6 +363,7 @@ impl teleia::state::Game for Game {
extern {
fn js_update_lifetotal(lives: i32);
fn js_ready_to_reset();
+ fn js_upload_highscore(score :i32);
}
#[wasm_bindgen]