summaryrefslogtreecommitdiff
path: root/2026/games_submissions/just__jane/include/score.hpp
blob: 20424bacdec90ad764a879d59f1f6f04544c0e4e (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <cstring>
#include <emscripten/fetch.h>

void on_success(emscripten_fetch_t *fetch);
void on_error(emscripten_fetch_t *fetch);
void post_score(int score);