mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:47:35 +00:00
Minesweeper: Paint a grid pattern below the mines.
This commit is contained in:
parent
bc5148354f
commit
791e8f5bb0
2 changed files with 24 additions and 1 deletions
|
@ -31,6 +31,8 @@ public:
|
|||
void reset();
|
||||
|
||||
private:
|
||||
virtual void paint_event(GPaintEvent&) override;
|
||||
|
||||
void on_square_clicked(Square&);
|
||||
void on_square_right_clicked(Square&);
|
||||
void game_over();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue