From ad2524a89f2a0e29088873b18eb458760fa796b1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 4 Aug 2026 17:58:22 -0400 Subject: Fix --- 2026/framing/src/game.rs | 1 + 1 file changed, 1 insertion(+) (limited to '2026/framing/src/game.rs') 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] -- cgit v1.3.1