Remove -U_GNU_SOURCE again (was added in r25850). It turns out SDL doesn't work prope...
[kugel-rb.git] / apps / plugins / sudoku / generator.h
blob222a9247b2ab80a4359c05467c4af4319fe5319b
1 bool sudoku_generate_board(struct sudoku_state_t* state, char** difficulty);
2 bool sudoku_solve_board(struct sudoku_state_t* state);