diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-01 21:27:42 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-01 21:27:42 +0100 |
| commit | e5f2b524b4ca055803105995ffa37a7a1ecd5352 (patch) | |
| tree | 52ddc7203940e4d0f4664e08908237265670d572 /src/MainWindow.hpp | |
| parent | a575fea2bc094831996c47a6a84497b964a90e02 (diff) | |
Improve menus id management
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 8c541dd..e59c7ec 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -17,6 +17,7 @@ wxDECLARE_EVENT(CLOSE_LINKED_TAB, wxCommandEvent); class MainWindow : public MainFrame { wxPreferencesEditor *prefsEditor; wxMenu *manageMenu; + int engine_count; void OnClose(wxCloseEvent &e); void NewGame(bool useFen); |
