Skip to content

Commit

Permalink
Fixed include errors for image header file after app_id change
Browse files Browse the repository at this point in the history
  • Loading branch information
squee72564 committed Jan 9, 2024
1 parent 5b9c090 commit 48ff03d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.
2 changes: 1 addition & 1 deletion minesweeper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion views/minesweeper_game_screen.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "minesweeper_game_screen.h"
#include "minesweeper_icons.h"
#include "f0_minesweeper_aer72564_icons.h"

#include <gui/elements.h>
#include <gui/icon_animation.h>
Expand Down

0 comments on commit 48ff03d

Please sign in to comment.