diff options
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 29e998c..4c53ba6 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -68,6 +68,12 @@ class MainWindow : public FXMainWindow Board *board; FXMatrix *matrix; FXLabel *time_label; + FXTextField *width_input; + FXTextField *height_input; + FXTextField *mine_input; + FXHorizontalFrame *width_input_frame; + FXHorizontalFrame *height_input_frame; + FXHorizontalFrame *mine_input_frame; std::vector<std::shared_ptr<FXButton>> tile_buttons; /* icons */ FXIcon *bomb_icon; |