diff --git a/README.md b/README.md index 3390b9d..80004e9 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ Right now the current structure of the application is heavily inspired from [lee ## TODO - Multi-threading for board verifier for faster solvable board generation - Maybe trying to further optimize the board verification algorithm if possible - - I could try adding all of the corners to the starting positions for the verifier and see if this works better; although it is more simple for the user to just start from tile 0,0 and go from there. \ No newline at end of file + - I could try adding all of the corners to the starting positions for the verifier and see if this works better; although it is more simple for the user to just start from tile 0,0 and go from there. diff --git a/minesweeper.h b/minesweeper.h index 3196762..6daf2f1 100644 --- a/minesweeper.h +++ b/minesweeper.h @@ -21,7 +21,7 @@ #include "views/start_screen.h" #include "views/minesweeper_game_screen.h" #include "helpers/mine_sweeper_storage.h" -#include "minesweeper_icons.h" +#include "f0_minesweeper_aer72564_icons.h" #define TAG "Mine Sweeper Application" diff --git a/views/minesweeper_game_screen.c b/views/minesweeper_game_screen.c index 4835bc3..3dd87d1 100644 --- a/views/minesweeper_game_screen.c +++ b/views/minesweeper_game_screen.c @@ -1,5 +1,5 @@ #include "minesweeper_game_screen.h" -#include "minesweeper_icons.h" +#include "f0_minesweeper_aer72564_icons.h" #include #include