X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/e91825f8e43648bf129dae18809ee2e38af70d33..05f411a6b7c20f42a2500df4b70eba70e8ff088b:/puzzles.h diff --git a/puzzles.h b/puzzles.h index b04ec97..b0947fc 100644 --- a/puzzles.h +++ b/puzzles.h @@ -184,10 +184,10 @@ float *game_colours(frontend *fe, game_state *state, int *ncolours); game_drawstate *game_new_drawstate(game_state *state); void game_free_drawstate(game_drawstate *ds); void game_redraw(frontend *fe, game_drawstate *ds, game_state *oldstate, - game_state *newstate, game_ui *ui, float anim_time, + game_state *newstate, int dir, game_ui *ui, float anim_time, float flash_time); -float game_anim_length(game_state *oldstate, game_state *newstate); -float game_flash_length(game_state *oldstate, game_state *newstate); +float game_anim_length(game_state *oldstate, game_state *newstate, int dir); +float game_flash_length(game_state *oldstate, game_state *newstate, int dir); int game_wants_statusbar(void); #endif /* PUZZLES_PUZZLES_H */