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