chiark / gitweb /
Add a new midend function to reset the tile size to the puzzle's
[sgt-puzzles.git] / puzzles.h
index 61d855346b7fa4fc93e4b7c44a483fb96a3bd591..8232692bfe63969d29fc97f4fa852a9f6e6c1d6f 100644 (file)
--- a/puzzles.h
+++ b/puzzles.h
@@ -232,6 +232,7 @@ const game *midend_which_game(midend *me);
 void midend_set_params(midend *me, game_params *params);
 game_params *midend_get_params(midend *me);
 void midend_size(midend *me, int *x, int *y, int user_size);
+void midend_reset_tilesize(midend *me);
 void midend_new_game(midend *me);
 void midend_restart_game(midend *me);
 void midend_stop_anim(midend *me);