X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/6aa6af4c00e72c789d76949d735ccb07da5e47a1..a1d5acfff9de3df31ef5575b2350a6c8973fb2d1:/nullgame.c diff --git a/nullgame.c b/nullgame.c index 3ec6b75..56694de 100644 --- a/nullgame.c +++ b/nullgame.c @@ -142,8 +142,8 @@ static void free_ui(game_ui *ui) { } -static game_state *make_move(game_state *from, game_ui *ui, int x, int y, - int button) +static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds, + int x, int y, int button) { return NULL; }