// save state to disk int game_save(FILE *file); // load state from disk int game_load(FILE *file);