1
Fork 0
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:
Andreas Kling 2019-04-15 02:45:04 +02:00
parent bc5148354f
commit 791e8f5bb0
2 changed files with 24 additions and 1 deletions

View file

@ -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();