From 7bde399a0a71f09684f65ebb86d2eaf844e2fc79 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 13 Jun 2020 13:19:15 +0930 Subject: UI work --- MainWindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MainWindow.h') 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> tile_buttons; /* icons */ FXIcon *bomb_icon; -- cgit v1.2.3