chiark / gitweb /
Infrastructure change which I've been thinking about for a while:
[sgt-puzzles.git] / samegame.c
index 8b4379d4f56d19a2831b5e7209f47bb13e6a3aef..6294a3dabcf51c19109a3048aa7751a9c3292088 100644 (file)
@@ -354,8 +354,8 @@ static void free_game(game_state *state)
     sfree(state);
 }
 
-static game_state *solve_game(game_state *state, game_aux_info *aux,
-                             char **error)
+static game_state *solve_game(game_state *state, game_state *currstate,
+                             game_aux_info *aux, char **error)
 {
     return NULL;
 }